18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'gucci'
|
|
pkgname=gucci
|
|
version=1.6.10
|
|
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/${version}.tar.gz"
|
|
checksum=1cdf723cf95708234034608a9628aed642cfb2f0ad58f58756694e34d18e557b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|