18 lines
516 B
Bash
18 lines
516 B
Bash
# Template file for 'gucci'
|
|
pkgname=gucci
|
|
version=1.6.11
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/noqcks/gucci"
|
|
go_ldflags="-X main.AppVersion=${version}"
|
|
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/refs/tags/v${version}.tar.gz"
|
|
checksum=4471049d50450525dc848075894ae8bc48f897fe180857d2827fdb78feed1525
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|