void-packages/srcpkgs/hugo/template
2021-12-21 00:46:17 +01:00

18 lines
477 B
Bash

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