parent
bed65a7e20
commit
8824933a63
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ace-util/template
Normal file
18
srcpkgs/ace-util/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue