# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup keybase client 1.0.18 v name keybase categories devel platforms darwin license BSD maintainers sean openmaintainer description Command-line interface to Keybase.io long_description $description depends_build port:go depends_run bin:gpg:gnupg checksums rmd160 e397126c504ab4d920769bde4275b9a9173081b2 \ sha256 aa59a6f79c7af9fdc0965ab3372820f007f736292e3aaf0f5b87ff43c4488872 use_configure no use_parallel_build no build.cmd go build.target build -a -tags production github.com/keybase/client/go/keybase build.env GOPATH=${workpath}/go GO15VENDOREXPERIMENT=1 # I still hate go post-extract { file mkdir ${workpath}/go/src/github.com/keybase ln -sf ${worksrcpath} ${workpath}/go/src/github.com/keybase/client file mkdir ${worksrcpath}/src/github.com/keybase ln -sf ${worksrcpath} ${worksrcpath}/src/github.com/keybase/client } destroot { xinstall -d ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} } livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rw\]+)${extract.suffix}