123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>lf</Name>
- <Homepage>https://godoc.org/github.com/gokcehan/lf</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>app:console</IsA>
- <PartOf>util.misc</PartOf>
- <Summary>Terminal file manager.</Summary>
- <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>
- <Archive sha1sum="2185188288270f3945ec486a24b90ef68707af36" type="targz">
- https://github.com/gokcehan/lf/archive/refs/tags/r28.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>golang</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>lf</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="man">/usr/share/man/man1/lf.1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2022-12-26</Date>
- <Version>28</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2022-04-14</Date>
- <Version>27</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2021-11-01</Date>
- <Version>26</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-10-13</Date>
- <Version>25</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|