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
|
2016-04-13 12:36:44 +02:00
|
|
|
broken=yes
|
2015-06-14 21:30:38 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
vdoc README.md
|
|
|
|
}
|