17 lines
483 B
Bash
17 lines
483 B
Bash
# Template file for 'gucci'
|
|
pkgname=gucci
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/noqcks/gucci"
|
|
hostmakedepends="git"
|
|
short_desc="Simple CLI templating tool written in Go"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/noqcks/gucci"
|
|
distfiles="https://github.com/noqcks/gucci/archive/${version}.tar.gz"
|
|
checksum=c54c8e7c5273dcd959d11b42820e35acf8150f4ed40c56281c70c5fea16f0753
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|