void-packages/srcpkgs/gucci/template
2022-02-10 15:03:30 +01:00

18 lines
526 B
Bash

# Template file for 'gucci'
pkgname=gucci
version=1.5.3
revision=1
build_style=go
go_import_path="github.com/noqcks/gucci"
go_ldflags="-X main.AppVersion=${version}"
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=f52c12fbf566d42e666618d24258488eac6035a76369c2db4b741fed8792de76
post_install() {
vlicense LICENSE
}