From f1466c5dade5e53126fed7d3e4dc7e529ef745c7 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 14 Jun 2015 21:30:38 +0200 Subject: [PATCH] New package: hugo-0.14 --- srcpkgs/hugo/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/hugo/template 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 +}