void-packages/srcpkgs/hugo/template
2018-01-03 12:11:07 +01:00

19 lines
530 B
Bash

# Template file for 'hugo'
pkgname=hugo
version=0.32.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=be46a8787ffa663e3a3f83e2c513fab71c9117c26990749264e8b54df619d5a8
post_install() {
vlicense LICENSE.md
vdoc README.md
}