pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lf</Name>
  6. <Homepage>https://godoc.org/github.com/gokcehan/lf</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>util.misc</PartOf>
  14. <Summary>Terminal file manager.</Summary>
  15. <Description>lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features.</Description>
  16. <Archive sha1sum="2185188288270f3945ec486a24b90ef68707af36" type="targz">
  17. https://github.com/gokcehan/lf/archive/refs/tags/r28.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>golang</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>lf</Name>
  25. <RuntimeDependencies>
  26. <!-- <Dependency></Dependency> -->
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="data">/usr/share/applications</Path>
  31. <Path fileType="man">/usr/share/man/man1/lf.1</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="4">
  37. <Date>2022-12-26</Date>
  38. <Version>28</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>fury</Name>
  41. <Email>uglyside@yandex.ru</Email>
  42. </Update>
  43. <Update release="3">
  44. <Date>2022-04-14</Date>
  45. <Version>27</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2021-11-01</Date>
  52. <Version>26</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2021-10-13</Date>
  59. <Version>25</Version>
  60. <Comment>First build</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. </History>
  65. </PISI>