Files
main/util/misc/lf/pspec.xml
T
4fury-c3440d8 02b9525c94 list files 26.
2021-11-02 07:18:09 +03:00

55 lines
1.5 KiB
XML

<?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>fury</Name>
<Email>uglyside@yandex.ru</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="765d10ad56226e3c064ef0b260af068dc1897e2e" type="targz">
https://github.com/gokcehan/lf/archive/refs/tags/r26.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="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>