mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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/git-credential-gopass 1.16.1 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
categories security
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {@sikmir disroot.org:sikmir} \
|
|
{gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
description Gopass git-credentials helper
|
|
long_description {*}${description}
|
|
homepage https://www.gopass.pw
|
|
|
|
checksums rmd160 1d63b8d791dc40451991b3dcd742e5627f3ee32b \
|
|
sha256 8382b98e56b4547232cc5ea8967eb2a7497a9821a50499d215dafc2f530ba32e \
|
|
size 23540
|
|
|
|
build.cmd ${go.bin} mod tidy \&\& ${go.bin} build
|
|
build.args -ldflags '-X main.version=${version}'
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|