16 lines
612 B
Bash
16 lines
612 B
Bash
# Template file for 'sops'
|
|
pkgname=sops
|
|
version=3.9.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/getsops/sops/v3"
|
|
go_package="${go_import_path}/cmd/sops"
|
|
short_desc="Simple and flexible tool for managing secrets"
|
|
maintainer="Noel Cower <ncower@nil.dev>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/getsops/sops"
|
|
changelog="https://raw.githubusercontent.com/getsops/sops/main/CHANGELOG.rst"
|
|
distfiles="https://github.com/getsops/sops/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=d79e8caaef3134d00f759231e8ef587b791996e2e45319ffe83dee1ab01aebda
|
|
make_check=no # tests require a running docker daemon
|