vault-acme: rebuild for go-1.23.0

This commit is contained in:
classabbyamp 2024-08-14 23:01:24 -04:00
parent 9b4cbb7b13
commit 001daaf05e
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vault-acme'
pkgname=vault-acme
version=0.0.9
revision=1
revision=2
build_style=go
go_import_path=github.com/remilapeyre/vault-acme
go_package="$go_import_path/cmd/acme $go_import_path/cmd/sidecar"
@ -13,6 +13,10 @@ homepage="https://github.com/remilapeyre/vault-acme"
distfiles="https://github.com/remilapeyre/vault-acme/archive/refs/tags/v$version.tar.gz"
checksum=e1c8a3ef30ece81670f3e2a084fe3298433f7ad10fbb3aa531331a4a943a3e06
case "$XBPS_TARGET_MACHINE" in
i686*) broken="/usr/lib/go/pkg/tool/linux_386/link: mapping output file failed: cannot allocate memory";;
esac
post_install() {
vmkdir usr/libexec/vault
mv $DESTDIR/usr/bin/acme $DESTDIR/usr/libexec/vault/acme