Lines 11-17
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= wagoodman |
16 |
GH_ACCOUNT= wagoodman |
17 |
GH_TUPLE= \ |
17 |
GH_TUPLE= \ |
Lines 60-67
Link Here
|
60 |
spf13:viper:v1.2.1:spf13_viper/vendor/github.com/spf13/viper \ |
60 |
spf13:viper:v1.2.1:spf13_viper/vendor/github.com/spf13/viper \ |
61 |
wagoodman:keybinding:6a824da6df05:wagoodman_keybinding/vendor/github.com/wagoodman/keybinding |
61 |
wagoodman:keybinding:6a824da6df05:wagoodman_keybinding/vendor/github.com/wagoodman/keybinding |
62 |
|
62 |
|
63 |
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} |
|
|
64 |
|
65 |
PLIST_FILES= bin/${PORTNAME} |
63 |
PLIST_FILES= bin/${PORTNAME} |
66 |
|
64 |
|
67 |
post-patch: |
65 |
post-patch: |