# -*- 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/sigstore/gitsign 0.11.0 v go.offline_build no github.tarball_from archive revision 0 description Keyless Git signing using Sigstore long_description {*}${description} categories security devel installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 31b7e2a26a140af4480ae89df5b2134fd6d151ae \ sha256 5c3d6aaf54cc482638756d32f8a201f65ddb88885368e29a9a2ebd20c9c5f00b \ size 277337 build.cmd make build.pre_args-append \ GIT_VERSION="${github.tag_prefix}${version}" build.args build-all destroot { xinstall -m 0755 \ ${worksrcpath}/${name} ${worksrcpath}/${name}-credential-cache \ ${destroot}${prefix}/bin/ }