void-packages/srcpkgs/hugo/template
2017-04-17 21:46:11 +02:00

19 lines
530 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.20.2
revision=1
build_style=go
hostmakedepends="git-perl mercurial"
depends="python-Pygments"
go_import_path="github.com/spf13/${pkgname}"
short_desc="A Fast & Modern Static Website Engine"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="SimPL-2"
homepage="http://gohugo.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=7d3279de4b829b5def468669c1e5e9a72e4cf30460a8ab6b045aeb6f98a6da77
post_install() {
vlicense LICENSE.md
vdoc README.md
}