commit de937b298351702b504427cb2b74cd1f971b44e8
Author: Lawrence Velázquez <larryv@macports.org>
Date: 9 hours ago
keybase: Update to 1.0.16
Also:
- Use the correct category.
- Enable parallel builds.
- Build more verbosely.
- Shoehorn the build args into something resembling our usual style.
diff --git a/dports/security/keybase/Portfile b/dports/security/keybase/Portfile
index cd5ea4c..7089bef 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup keybase client 1.0.14-1 v |
| 7 | github.setup keybase client 1.0.16 v |
8 | 8 | name keybase |
9 | | categories devel |
| 9 | categories security |
10 | 10 | platforms darwin |
11 | 11 | license BSD |
12 | 12 | maintainers sean openmaintainer |
… |
… |
long_description $description |
16 | 16 | depends_build port:go |
17 | 17 | depends_run bin:gpg:gnupg |
18 | 18 | |
19 | | checksums rmd160 46a8e423188fee3cf2246b9c803dc5f465d3e3fd \ |
20 | | sha256 2a7e1171765030467667b8da0f1c5732ef5c0701769f4c04c1a61889cd18aae9 |
| 19 | checksums rmd160 fef3f8c847bbbf8b4007d95a9e77d670d0ea48a8 \ |
| 20 | sha256 7dae8cf0f1c60675c93e7db2edbfd829174294bce3edf6b12e7f13e44ca2fb35 |
21 | 21 | |
22 | 22 | use_configure no |
23 | 23 | |
24 | | use_parallel_build no |
25 | 24 | build.cmd go |
26 | | build.target build -a -tags production github.com/keybase/client/go/keybase |
| 25 | build.target build |
| 26 | build.args -a -p ${build.jobs} -x -tags production |
| 27 | build.post_args github.com/keybase/client/go/keybase |
27 | 28 | build.env GOPATH=${workpath}/go GO15VENDOREXPERIMENT=1 |
28 | 29 | |
29 | 30 | # I still hate go |