18 lines
516 B
Bash
18 lines
516 B
Bash
# Template file for 'gucci'
|
|
pkgname=gucci
|
|
version=1.6.13
|
|
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=f623b69aa572d8ed28378f71e1e49d51922d9d2c3dc996ca38227a8f165d18a8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|