mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
2bb82fa49d
Reported by: portscout
25 lines
560 B
Makefile
25 lines
560 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lf
|
|
DISTVERSIONPREFIX= r
|
|
DISTVERSION= 16
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Terminal file manager
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gokcehan
|
|
GH_TUPLE= \
|
|
djherbis:times:v1.2.0:djherbis_times/vendor/gopkg.in/djherbis/times.v1 \
|
|
doronbehar:termbox-go:71407e3bfa14:doronbehar_termbox_go/vendor/github.com/doronbehar/termbox-go \
|
|
mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth
|
|
|
|
PLIST_FILES= bin/lf
|
|
|
|
.include <bsd.port.mk>
|