mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1b2cbdd1dd
Reported by: portscout
25 lines
560 B
Makefile
25 lines
560 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lf
|
|
DISTVERSIONPREFIX= r
|
|
DISTVERSION= 14
|
|
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:8c9470559e05:doronbehar_termbox_go/vendor/github.com/doronbehar/termbox-go \
|
|
mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth
|
|
|
|
PLIST_FILES= bin/lf
|
|
|
|
.include <bsd.port.mk>
|