# -*- 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 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/keybase/client 6.0.4 v revision 0 name keybase categories security license BSD maintainers nomaintainer description Command-line interface to Keybase.io long_description ${description} depends_run path:bin/gpg:gnupg2 checksums rmd160 c71594f92b9fe4f631a421727ca44f2ea30de937 \ sha256 59905cee69fffd62ff0e1fdc6eebbb7b9d42af0e98ce3a9e621cb2b104c60dec \ size 57271515 build.dir ${worksrcpath}/go build.env GOPATH=${gopath} build.cmd ${go.bin} install build.args -tags production ${go.package}/go/keybase test.run no destroot { xinstall -m 0755 ${workpath}/gopath/bin/${name} ${destroot}${prefix}/bin/ }