void-packages/srcpkgs/gucci/template
2022-04-13 21:39:32 +02:00

19 lines
536 B
Bash

# Template file for 'gucci'
pkgname=gucci
version=1.5.4
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/refs/tags/${version}.tar.gz"
checksum=c6e30e088c341eb6988e2b50fc477deef81882d8a517e130a8eef22c81f32823
post_install() {
vlicense LICENSE
}