2019-05-20 08:26:12 +02:00
|
|
|
PORTNAME= lf
|
|
|
|
DISTVERSIONPREFIX= r
|
2022-04-10 18:48:19 +02:00
|
|
|
DISTVERSION= 27
|
2019-05-20 08:26:12 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Terminal file manager
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2019-08-29 05:38:48 +02:00
|
|
|
USES= go:modules
|
2019-05-20 08:26:12 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= gokcehan
|
2020-04-14 15:08:38 +02:00
|
|
|
GH_TUPLE= \
|
|
|
|
djherbis:times:v1.2.0:djherbis_times/vendor/gopkg.in/djherbis/times.v1 \
|
2020-10-12 02:16:55 +02:00
|
|
|
gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \
|
2021-06-18 16:57:36 +02:00
|
|
|
gdamore:tcell:v2.3.1:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \
|
2022-04-10 18:48:19 +02:00
|
|
|
golang:sys:3681064d5158:golang_sys/vendor/golang.org/x/sys \
|
2021-03-06 01:07:29 +01:00
|
|
|
golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \
|
2020-10-12 02:16:55 +02:00
|
|
|
golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \
|
2020-12-21 02:26:51 +01:00
|
|
|
lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
|
2021-03-06 01:07:29 +01:00
|
|
|
mattn:go-runewidth:v0.0.10:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
|
|
|
rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg
|
2019-05-20 08:26:12 +02:00
|
|
|
PLIST_FILES= bin/lf
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|