void-packages/srcpkgs/hugo/template
2021-06-19 16:29:43 -03:00

17 lines
477 B
Bash

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