void-packages/srcpkgs/hugo/template
2021-11-08 00:09:35 +01:00

17 lines
477 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.89.1
revision=1
build_style=go
go_import_path="github.com/gohugoio/hugo"
go_build_tags="extended"
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=c47f144291819a8d9f065f69ab290a198dfabde86a27ac2325a89f03c6e5ea3f
post_install() {
vdoc README.md
}