New package: vault-acme-0.0.8.
This commit is contained in:
parent
4f206e2dd7
commit
cdff618ee3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/vault-acme/template
Normal file
20
srcpkgs/vault-acme/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'vault-acme'
|
||||
pkgname=vault-acme
|
||||
version=0.0.8
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/remilapeyre/vault-acme
|
||||
go_package="$go_import_path/cmd/acme $go_import_path/cmd/sidecar"
|
||||
depends="vault"
|
||||
short_desc="ACME backend for Hashicorp Vault"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/remilapeyre/vault-acme"
|
||||
distfiles="https://github.com/remilapeyre/vault-acme/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=e09147df00109c68cc30e6943f50f2cad5a1b5be8b54ddc8cf007b5dea750ca4
|
||||
|
||||
post_install() {
|
||||
mv $DESTDIR/usr/bin/{acme,vault-acme}
|
||||
mv $DESTDIR/usr/bin/{sidecar,vault-acme-sidecar}
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue