mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 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/gopass-jsonapi 1.16.1 v
|
|
go.offline_build no
|
|
revision 0
|
|
categories security
|
|
maintainers {@sikmir disroot.org:sikmir} \
|
|
{gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
platforms {darwin >= 23}
|
|
license MIT
|
|
|
|
description Gopass Browser Bindings
|
|
long_description ${name} enables communication with gopass via JSON messages
|
|
homepage https://www.gopass.pw
|
|
|
|
checksums rmd160 bdf07f9f4f9c0fc1798d3e829932d7222d106fd2 \
|
|
sha256 73449a7c359836a995946e54d91e32afe5a54e1519b5a01f78c9923c13c0894f \
|
|
size 34244
|
|
|
|
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/
|
|
}
|