void-packages/srcpkgs/hugo/template
2017-08-25 08:52:00 +00:00

19 lines
528 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.26
revision=2
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=1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68
post_install() {
vlicense LICENSE.md
vdoc README.md
}