# Template file for 'lets'
pkgname=lets
version=0.0.61
revision=1
build_style=go
go_ldflags="-X main.version=${version}"
go_import_path="github.com/lets-cli/lets"
go_package="./cmd/lets"
short_desc="CLI task runner for developers - a better alternative to make"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://lets-cli.org/"
changelog="https://lets-cli.org/docs/changelog"
distfiles="https://github.com/lets-cli/lets/archive/refs/tags/v${version}.tar.gz"
checksum=56863a45560aa012421c923084670410682210a51e5e3251feb73b82c11822c0

post_install() {
	vlicense LICENSE
}
