vault-acme: rebuild for go-1.23.0
This commit is contained in:
parent
9b4cbb7b13
commit
001daaf05e
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'vault-acme'
|
# Template file for 'vault-acme'
|
||||||
pkgname=vault-acme
|
pkgname=vault-acme
|
||||||
version=0.0.9
|
version=0.0.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/remilapeyre/vault-acme
|
go_import_path=github.com/remilapeyre/vault-acme
|
||||||
go_package="$go_import_path/cmd/acme $go_import_path/cmd/sidecar"
|
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"
|
distfiles="https://github.com/remilapeyre/vault-acme/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=e1c8a3ef30ece81670f3e2a084fe3298433f7ad10fbb3aa531331a4a943a3e06
|
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() {
|
post_install() {
|
||||||
vmkdir usr/libexec/vault
|
vmkdir usr/libexec/vault
|
||||||
mv $DESTDIR/usr/bin/acme $DESTDIR/usr/libexec/vault/acme
|
mv $DESTDIR/usr/bin/acme $DESTDIR/usr/libexec/vault/acme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user