mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
0505b712df
PR: 274405
29 lines
996 B
Makefile
29 lines
996 B
Makefile
PORTNAME= lf
|
|
DISTVERSIONPREFIX= r
|
|
DISTVERSION= 31
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Terminal file manager
|
|
WWW= https://github.com/gokcehan/lf
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gokcehan
|
|
GH_TUPLE= djherbis:times:v1.5.0:djherbis_times/vendor/github.com/djherbis/times \
|
|
gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \
|
|
gdamore:tcell:v2.6.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \
|
|
golang:sys:v0.12.0:golang_sys/vendor/golang.org/x/sys \
|
|
golang:term:v0.12.0:golang_term/vendor/golang.org/x/term \
|
|
golang:text:v0.7.0:golang_text/vendor/golang.org/x/text \
|
|
lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
|
|
mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
|
rivo:uniseg:v0.4.3:rivo_uniseg/vendor/github.com/rivo/uniseg
|
|
PLIST_FILES= bin/lf
|
|
|
|
.include <bsd.port.mk>
|