New package: ace-util-160221

closes #12060
This commit is contained in:
Young Jin Park 2019-06-08 21:04:23 +09:00 committed by John Zimmermann
parent bed65a7e20
commit 8824933a63

18
srcpkgs/ace-util/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'ace-util'
pkgname=ace-util
version=160221
revision=1
build_style=go
hostmakedepends="git"
short_desc="Command line utility for the Ace HTML template engine"
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="MIT"
homepage="https://github.com/catinello/ace-util"
distfiles="https://github.com/catinello/ace-util/archive/v${version}.tar.gz"
checksum=983c22874bfd2476d860002778458f028d56552f07fa9d69cbf74e977b6f8bed
go_import_path="github.com/catinello/ace-util"
post_install() {
vlicense LICENSE
}