19 lines
533 B
Bash
19 lines
533 B
Bash
|
# 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
|
||
|
}
|