hugo: fix aarch64-musl completions

This commit is contained in:
classabbyamp 2024-06-14 17:30:26 -04:00
parent 14106731de
commit cb091d0331
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'hugo'
pkgname=hugo
version=0.127.0
revision=1
revision=2
build_style=go
build_helper=qemu
go_import_path="github.com/gohugoio/hugo"
@ -16,11 +16,6 @@ checksum=549c7ebdf2ee6b3107ea10a9fbd9932a91bb3f30f7e8839245f6d8e318aca88c
post_install() {
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)
vtargetrun $hugo gen man