void-packages/srcpkgs/hugo/template
2021-06-25 12:56:41 -03:00

17 lines
477 B
Bash

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