hugo: fix aarch64-musl completions
This commit is contained in:
parent
14106731de
commit
cb091d0331
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hugo'
|
# Template file for 'hugo'
|
||||||
pkgname=hugo
|
pkgname=hugo
|
||||||
version=0.127.0
|
version=0.127.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path="github.com/gohugoio/hugo"
|
go_import_path="github.com/gohugoio/hugo"
|
||||||
|
@ -16,11 +16,6 @@ checksum=549c7ebdf2ee6b3107ea10a9fbd9932a91bb3f30f7e8839245f6d8e318aca88c
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
||||||
# https://build.voidlinux.org/builders/aarch64-musl_builder/builds/49650/steps/shell_3/logs/stdio
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "aarch64-musl" ]; then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
hugo=$(find $GOPATH/bin -name hugo)
|
hugo=$(find $GOPATH/bin -name hugo)
|
||||||
|
|
||||||
vtargetrun $hugo gen man
|
vtargetrun $hugo gen man
|
||||||
|
|
Loading…
Reference in New Issue