# Contributor: Thomas Boerger # Maintainer: Thomas Boerger pkgname=hugo pkgver=0.57.2 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="https://gohugo.io/" arch="all !x86" # tests fails on x86 license="Apache-2.0" makedepends="go" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" source=" $pkgname-$pkgver.tar.gz::https://github.com/gohugoio/hugo/archive/v$pkgver.tar.gz 0001-Remove-git-tests.patch " build() { go build -v -o bin/$pkgname --tags extended ./bin/hugo gen man ./bin/hugo gen autocomplete --completionfile="$builddir"/hugo.bash } check() { go test ./... } package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname install -Dm644 "$builddir"/man/*.1 -t "$pkgdir"/usr/share/man/man1 } bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" install -Dm644 "$builddir"/hugo.bash \ "$subpkgdir"/usr/share/bash-completion/completions/hugo } sha512sums="dda8d223ff84c24ef9ac29119d9a2e80dd4f8ecd38f955acfc5fbd9622084bcd1671d9a88b4b7d7b98ba23ae5409f1730fa7e1e50dec9666755af0884a287bab hugo-0.57.2.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch"