void-packages/srcpkgs/hugo/template

20 lines
530 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.32.3
revision=1
build_style=go
hostmakedepends="git-perl mercurial"
depends="python-Pygments"
go_import_path="github.com/spf13/${pkgname}"
short_desc="A Fast & Modern Static Website Engine"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="SimPL-2"
homepage="http://gohugo.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=2ff69b12cf1a8ca6c76d90d29fca63b6ce5e21e0d73e46366b98a2245c9095aa
post_install() {
vlicense LICENSE.md
vdoc README.md
}