void-packages/srcpkgs/gucci/template

18 lines
516 B
Bash

# Template file for 'gucci'
pkgname=gucci
version=1.6.12
revision=1
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=891b79da6cde8b41b9b172f136a830b24703885de7164bb2bdd14472d8014f41
post_install() {
vlicense LICENSE
}