mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 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/mozilla/sops 3.13.2 v
|
|
go.package go.mozilla.org/sops/v3
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Simple and flexible tool for managing secrets
|
|
|
|
long_description {*}${description}. sops is an editor of encrypted files \
|
|
that supports YAML, JSON, ENV, INI and BINARY formats and \
|
|
encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP.
|
|
|
|
categories security
|
|
installs_libs no
|
|
license MPL-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 1037fc6ef1a9698cfc3cc0bd2788d5bed57a617e \
|
|
sha256 79560b53814e20031d094a293d6c169314eaaf97efd6e95a6d765e61e881db2c \
|
|
size 271738
|
|
|
|
build.target ./cmd/sops
|
|
|
|
pre-build {
|
|
system -W ${worksrcpath} "${go.bin} mod tidy"
|
|
}
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|