pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nnn</Name>
  6. <Homepage>https://github.com/jarun/nnn</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD-2-Clause</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>util.misc</PartOf>
  14. <Summary>n³ The unorthodox terminal file manager.</Summary>
  15. <Description>nnn (n³) is a full-featured terminal file manager. It's tiny, nearly 0-config and incredibly fast.</Description>
  16. <Archive sha1sum="39f38a1e51b64b41a4fa5d754828d9321d23690b" type="targz">
  17. https://github.com/jarun/nnn/releases/download/v4.9/nnn-v4.9.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>gcc</Dependency>
  21. <Dependency>ncurses-devel</Dependency>
  22. <Dependency>libpcre-devel</Dependency>
  23. <Dependency>readline-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>nnn</Name>
  28. <RuntimeDependencies>
  29. <Dependency>ncurses</Dependency>
  30. <Dependency>readline</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin/nnn</Path>
  34. <Path fileType="data">/usr/share/</Path>
  35. <Path fileType="manpages">/usr/share/man/man1</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="4">
  40. <Date>2024-08-18</Date>
  41. <Version>4.9</Version>
  42. <Comment>Version bump.</Comment>
  43. <Name>fury</Name>
  44. <Email>uglyside@yandex.ru</Email>
  45. </Update>
  46. <Update release="3">
  47. <Date>2022-11-24</Date>
  48. <Version>4.7</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2022-05-28</Date>
  55. <Version>4.5</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2022-04-14</Date>
  62. <Version>4.1</Version>
  63. <Comment>First build.</Comment>
  64. <Name>fury</Name>
  65. <Email>uglyside@yandex.ru</Email>
  66. </Update>
  67. </History>
  68. </PISI>