void-packages/srcpkgs/hugo/template
2021-08-01 17:02:59 +02:00

17 lines
477 B
Bash

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