Lines 11-22
Link Here
|
11 |
LICENSE= MIT |
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
14 |
USES= go |
14 |
USES= go:modules |
15 |
USE_GITHUB= yes |
15 |
USE_GITHUB= yes |
16 |
GH_ACCOUNT= gokcehan |
16 |
GH_ACCOUNT= gokcehan |
17 |
GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \ |
17 |
GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \ |
18 |
nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go |
18 |
nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go |
19 |
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} |
|
|
20 |
|
19 |
|
21 |
PLIST_FILES= bin/lf |
20 |
PLIST_FILES= bin/lf |
22 |
|
21 |
|