void-packages/srcpkgs/hugo/template
2022-02-07 20:01:53 +01:00

17 lines
477 B
Bash

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