void-packages/srcpkgs/hugo/template
2015-06-16 16:59:10 +02:00

20 lines
526 B
Bash

# 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
}