This commit is contained in:
4fury-c3440d8
2022-04-16 02:19:20 +03:00
parent 4053d3c2e3
commit 00404f5f5f
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ WorkDir = "lf-r%s" % get.srcVERSION()
def build():
shelltools.export("version", "%s" % get.srcVERSION())
shelltools.system("GOPATH=%s gen/build.sh" % get.workDIR())
shelltools.system("GO111MODULE=on GOPATH=%s gen/build.sh" % get.workDIR())
def install():
pisitools.dobin("lf")
+9 -2
View File
@@ -13,8 +13,8 @@
<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 sha1sum="ad6a83d5637078dfea00348f6fe5d6fd9a65fc7b" type="targz">
https://github.com/gokcehan/lf/archive/refs/tags/r27.tar.gz
</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<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>