void-packages/srcpkgs/gucci/template
2021-08-16 13:10:03 +02:00

19 lines
526 B
Bash

# Template file for 'gucci'
pkgname=gucci
version=1.5.0
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=4f69ce69a4c7ce8d456a744ff0af2cc35b624acdc00dca925073b057af8fe645
post_install() {
vlicense LICENSE
}