1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/misc/lf/Makefile
Yuri Victorovich 2bb82fa49d misc/lf: Update 15 -> 16
Reported by:	portscout
2020-08-20 16:39:53 +00:00

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>