You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 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/sigstore/gitsign 0.16.0 v
|
|
go.offline_build no
|
|
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 485aa671fd3bdf7732db72bdadfa85d6f72828f1 \
|
|
sha256 98aae793562337414bc67d529eb2971efa6168020fa4640634b8942faf9a6ea9 \
|
|
size 301848
|
|
|
|
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/
|
|
}
|