New package: hugo-0.14

This commit is contained in:
Andrea Brancaleoni 2015-06-14 21:30:38 +02:00
parent d92a3c70c2
commit f1466c5dad
1 changed files with 19 additions and 0 deletions

19
srcpkgs/hugo/template Normal file
View File

@ -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 <miwaxe@gmail.com>"
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
}