void-packages/srcpkgs/hugo/template
2022-02-14 22:26:58 +01:00

17 lines
477 B
Bash

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