void-packages/srcpkgs/hugo/template
2021-09-05 21:55:08 +02:00

18 lines
477 B
Bash

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