diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-09-27 03:26:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:13 +0700 |
commit | 7c5c0df2a20112be62d0577e486cba77550b3389 (patch) | |
tree | e5866b7774dad5a0f0883847555e0bfc37852a64 /system/lf/lf.info | |
parent | cb36075e230b7c183ddb29d2b2af1e0ceedba053 (diff) | |
download | slackbuilds-7c5c0df2a20112be62d0577e486cba77550b3389.tar.gz |
system/lf: Added (terminal file manager written in Go)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lf/lf.info')
-rw-r--r-- | system/lf/lf.info | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/system/lf/lf.info b/system/lf/lf.info new file mode 100644 index 0000000000..43218ef4ee --- /dev/null +++ b/system/lf/lf.info @@ -0,0 +1,28 @@ +PRGNAM="lf" +VERSION="r27" +HOMEPAGE="https://github.com/gokcehan/lf" +DOWNLOAD="https://github.com/gokcehan/lf/archive/r27/lf-r27.tar.gz \ + https://github.com/gdamore/encoding/archive/v1.0.0/encoding-1.0.0.tar.gz \ + https://github.com/gdamore/tcell/archive/v2.3.1/tcell-2.3.1.tar.gz \ + https://github.com/lucasb-eyer/go-colorful/archive/v1.0.3/go-colorful-1.0.3.tar.gz \ + https://github.com/mattn/go-runewidth/archive/v0.0.10/go-runewidth-0.0.10.tar.gz \ + https://github.com/rivo/uniseg/archive/v0.1.0/uniseg-0.1.0.tar.gz \ + https://github.com/golang/sys/archive/3681064/sys-3681064d51587c1db0324b3d5c23c2ddbcff6e8f.tar.gz \ + https://github.com/golang/term/archive/6a3ed07/term-6a3ed077a48de71621ad530f9078fffa0bc0ce3223.tar.gz \ + https://github.com/golang/text/archive/v0.3.0/text-0.3.0.tar.gz \ + https://github.com/djherbis/times/archive/v1.2.0/times-1.2.0.tar.gz" +MD5SUM="d66e29ae9802f085dd6d2fcc58e6828e \ + fbadc383bc1ace79fa769fe2de36b87b \ + 8eab14d0753c02958e8045a934fde30f \ + 2a1b88991050673c3928342c11d404ae \ + e281e1ebbc883373e70c1e1086352dd8 \ + 011091eb1591edeab5930738dde793bc \ + 406355209c54747f022e04bbd2983c91 \ + c1bc1286e1f84a217d4531ef3869962b \ + 3cc27641fa0f4cbcf3c8497b1c823d7d \ + 47b93f96cb258822a3d73d3332731919" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="google-go-lang" +MAINTAINER="Damian Perticone" +EMAIL="mjolnirdam@gmail.com" |