|
Lines 11-27
Link Here
|
| 11 |
LICENSE= APACHE20 |
11 |
LICENSE= APACHE20 |
| 12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 13 |
|
13 |
|
| 14 |
USES= go |
14 |
USES= go:modules |
| 15 |
|
15 |
|
| 16 |
USE_GITHUB= yes |
16 |
USE_GITHUB= yes |
| 17 |
GH_ACCOUNT= akavel |
17 |
GH_ACCOUNT= akavel |
| 18 |
GH_TUPLE= gdamore:encoding:b23993cbb635:encoding/src/github.com/gdamore/encoding \ |
18 |
GH_TUPLE= gdamore:encoding:b23993cbb635:encoding/vendor/github.com/gdamore/encoding \ |
| 19 |
gdamore:tcell:493f3b46b3c2:tcell/src/github.com/gdamore/tcell \ |
19 |
gdamore:tcell:493f3b46b3c2:tcell/vendor/github.com/gdamore/tcell \ |
| 20 |
lucasb-eyer:go-colorful:231272389856:gocolorful/src/github.com/lucasb-eyer/go-colorful \ |
20 |
lucasb-eyer:go-colorful:231272389856:gocolorful/vendor/github.com/lucasb-eyer/go-colorful \ |
| 21 |
mattn:go-isatty:v0.0.3:goisatty/src/github.com/mattn/go-isatty \ |
21 |
mattn:go-isatty:v0.0.3:goisatty/vendor/github.com/mattn/go-isatty \ |
| 22 |
mattn:go-runewidth:v0.0.2:gorunewidth/src/github.com/mattn/go-runewidth \ |
22 |
mattn:go-runewidth:v0.0.2:gorunewidth/vendor/github.com/mattn/go-runewidth \ |
| 23 |
spf13:pflag:v1.0.3:pflag/src/github.com/spf13/pflag \ |
23 |
spf13:pflag:v1.0.3:pflag/vendor/github.com/spf13/pflag \ |
| 24 |
golang:text:f21a4dfb5e38:text/src/golang.org/x/text |
24 |
golang:text:f21a4dfb5e38:text/vendor/golang.org/x/text |
| 25 |
|
25 |
|
| 26 |
PLIST_FILES= bin/up |
26 |
PLIST_FILES= bin/up |
| 27 |
PORTDOCS= README.md |
27 |
PORTDOCS= README.md |
|
Lines 28-37
Link Here
|
| 28 |
|
28 |
|
| 29 |
OPTIONS_DEFINE= DOCS |
29 |
OPTIONS_DEFINE= DOCS |
| 30 |
|
30 |
|
| 31 |
post-extract: |
|
|
| 32 |
@${LN} -sf ${WRKSRC}/src ${WRKDIR} |
| 33 |
@${LN} -sf ${WRKSRC} ${GO_WRKSRC} |
| 34 |
|
| 35 |
post-install-DOCS-on: |
31 |
post-install-DOCS-on: |
| 36 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
32 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
| 37 |
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} |
33 |
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} |