pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fish</Name>
  6. <Homepage>https://fishshell.com</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL2</License>
  12. <Icon>fish</Icon>
  13. <IsA>app:console</IsA>
  14. <Summary>The user-friendly command line shell.</Summary>
  15. <Description>fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.</Description>
  16. <Archive sha1sum="b67772c489de273392ec0c9c4d3c9d020b28b499" type="tarxz">https://github.com/fish-shell/fish-shell/releases/download/3.6.4/fish-3.6.4.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ncurses-devel</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>libpcre2-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>fish</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libgcc</Dependency>
  28. <Dependency>ncurses</Dependency>
  29. <Dependency>python3</Dependency>
  30. <Dependency>libpcre2</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="config">/etc</Path>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="data">/usr/share/fish</Path>
  36. <Path fileType="data">/usr/share/applications</Path>
  37. <Path fileType="data">/usr/share/pixmaps</Path>
  38. <Path fileType="doc">/usr/share/doc/fish</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>fish-devel</Name>
  45. <Summary>Development files for fish</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">fish</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="library">/usr/share/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2023-12-26</Date>
  56. <Version>3.6.4</Version>
  57. <Comment>First release</Comment>
  58. <Name>Kamil Atlı</Name>
  59. <Email>suvari@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>