void-packages/srcpkgs/hugo/template

21 lines
542 B
Bash
Raw Normal View History

2015-06-14 21:30:38 +02:00
# Template file for 'hugo'
pkgname=hugo
2015-11-26 22:06:55 +01:00
version=0.15
2016-04-13 11:43:37 +02:00
revision=2
2015-06-14 21:30:38 +02:00
build_style=go
2016-02-19 21:44:20 +01:00
hostmakedepends="git-perl mercurial"
2015-06-14 21:30:38 +02:00
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"
2015-11-26 22:06:55 +01:00
checksum=417106a9a52fd1740bcb8a0102684da13da389b9a126eb1829b61cfdf3d86b63
broken=yes
2015-06-14 21:30:38 +02:00
post_install() {
vlicense LICENSE.md
vdoc README.md
}