mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 00:34:26 +02:00
35 lines
888 B
Text
35 lines
888 B
Text
# Contributor: Dermot Bradley <dermot_bradley@yahoo.com>
|
|
maintainer="Wolfgang Fischer <wdev@posteo.org>"
|
|
pkgname=step-kms-plugin
|
|
pkgver=0.13.0
|
|
pkgrel=0
|
|
pkgdesc="Step plugin to manage keys and certs on KMSs and HSMs"
|
|
url="https://github.com/smallstep/step-kms-plugin"
|
|
arch="all"
|
|
license="Apache-2.0"
|
|
makedepends="
|
|
go
|
|
pcsc-lite-dev
|
|
"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/smallstep/step-kms-plugin/archive/refs/tags/v$pkgver.tar.gz"
|
|
options="net"
|
|
|
|
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
|
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
|
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
|
|
|
build() {
|
|
make VERSION=$pkgver build
|
|
}
|
|
|
|
check() {
|
|
make test
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
ee842451970b58531d05d6a2ef0631a8e18e6423a5bb04b95cc0b39e9f189c2264a4edb5bd28ae9b7c7dd3025110aaa5f2724b35037827deafebb11d9e859498 step-kms-plugin-0.13.0.tar.gz
|
|
"
|