23 lines
709 B
Bash
23 lines
709 B
Bash
# Template file for 'hugo'
|
|
pkgname=hugo
|
|
version=0.66.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/gohugoio/${pkgname}"
|
|
go_build_tags="$(vopt_if extended extended)"
|
|
hostmakedepends="git"
|
|
depends="$(vopt_if pygments python-Pygments)"
|
|
short_desc="Fast & Modern Static Website Engine"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="Apache-2.0"
|
|
homepage="https://gohugo.io"
|
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
|
checksum=58716ebccbf34e4a4e04663c68c5f94d90e920314b44f4e8235ff9bd57604d4f
|
|
|
|
build_options="pygments extended"
|
|
desc_option_pygments="Alternative syntax highlighter"
|
|
desc_option_extended="SASS/SCSS build support for Hugo"
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|