void-packages/srcpkgs/hugo/template
2016-10-08 10:50:23 +01:00

19 lines
531 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.17
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 <miwaxe@gmail.com>"
license="SimPL-2"
homepage="http://gohugo.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=c09913e00d8af9d7ffc7a6aa414c147f8edd7417d430fd59478989e544347590
post_install() {
vlicense LICENSE.md
vdoc README.md
}