New package: hugo-0.14
This commit is contained in:
parent
d92a3c70c2
commit
f1466c5dad
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue