# -*- 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/gopasspw/gopass 1.15.5 v github.tarball_from archive revision 0 categories security maintainers {@sikmir disroot.org:sikmir} openmaintainer license MIT description The slightly more awesome Standard Unix Password Manager for Teams long_description {*}${description} homepage https://www.gopass.pw depends_lib-append port:gnupg2 checksums rmd160 35f7374462035876e954bb1c70685ba33eae9b15 \ sha256 d37e23081abd53c6441a28f1faecc5bbdc760e921ea26fb092745a695e79f60f \ size 2304217 set go_ldflags "-s -w -X main.version=${version}" build.env-delete GO111MODULE=off GOPROXY=off build.args -ldflags \"${go_ldflags}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }