void-packages/srcpkgs/hugo/template
Érico Rolim b8c5e59acd srcpkgs/: clean up Go packages.
Fix small typos, expand some variables, leave comments for updates.
2021-02-19 12:07:43 -03:00

24 lines
710 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.80.0
revision=1
build_style=go
go_import_path="github.com/gohugoio/hugo"
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://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
checksum=4ddcd6ebea21e5fd4067db4a481ab7810e34496d5991a3520169c8f5ee1d38bb
build_options="pygments extended"
desc_option_pygments="Alternative syntax highlighter"
desc_option_extended="SASS/SCSS build support for Hugo"
post_install() {
vdoc README.md
}