void-packages/srcpkgs/gucci/template
2021-10-28 13:33:39 +02:00

18 lines
526 B
Bash

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