diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template new file mode 100644 index 00000000000..deb1040415c --- /dev/null +++ b/srcpkgs/hugo/template @@ -0,0 +1,19 @@ +# Template file for 'hugo' +pkgname=hugo +version=0.14 +revision=1 +build_style=go +hostmakedepends="git mercurial" +depends="python-Pygments" +go_import_path="github.com/spf13/${pkgname}" +short_desc="A Fast & Modern Static Website Engine" +maintainer="Andrea Brancaleoni " +license="SimPL-2" +homepage="http://gohugo.io" +distfiles="https://${go_import_path}/archive/v${version}.tar.gz" +checksum=67e0fda342e6a35490ce03f5535e30cf04bc06775c47bacf416d96d83cce4535 + +post_install() { + vlicense LICENSE.md + vdoc README.md +}