New package: step-certificates-0.19.0.
This commit is contained in:
parent
1b3ee76ea1
commit
3cf9cbd3f9
1 changed files with 22 additions and 0 deletions
22
srcpkgs/step-certificates/template
Normal file
22
srcpkgs/step-certificates/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'step-certificates'
|
||||
pkgname=step-certificates
|
||||
version=0.19.0
|
||||
revision=1
|
||||
wrksrc=certificates-$version
|
||||
build_style=go
|
||||
go_import_path=github.com/smallstep/certificates
|
||||
go_package="$go_import_path/cmd/step-ca
|
||||
$go_import_path/cmd/step-awskms-init
|
||||
$go_import_path/cmd/step-cloudkms-init
|
||||
$go_import_path/cmd/step-pkcs11-init
|
||||
$go_import_path/cmd/step-yubikey-init"
|
||||
go_ldflags="-w -X main.Version=$version"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pcsclite-devel"
|
||||
short_desc="Private CA and ACME server"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://smallstep.com/certificates/"
|
||||
changelog="https://raw.githubusercontent.com/smallstep/certificates/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=edf8aeaabff2cae9fed4e27177d755be522c20a94a3fd7346de1ec42614d1d46
|
Loading…
Reference in a new issue