void-packages/srcpkgs/hugo/template
2021-05-02 13:05:17 -03:00

17 lines
477 B
Bash

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