void-packages/srcpkgs/hugo/template
2021-11-29 09:28:40 -05:00

17 lines
477 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.89.4
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=9d4f61788f8d886913a1be15b3eae04fad04a4e243bd7f65c5e7367bd617856d
post_install() {
vdoc README.md
}