void-packages/srcpkgs/lets/template

18 lines
524 B
Bash

# Template file for 'lets'
pkgname=lets
version=0.0.52
revision=1
build_style=go
go_ldflags="-X main.version=${version}"
go_import_path="github.com/lets-cli/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/"
distfiles="https://github.com/lets-cli/lets/archive/refs/tags/v${version}.tar.gz"
checksum=478a97dab8123b7bd5555502ae53146f05e44bbdc11cee87b69a53c1bf7c796c
post_install() {
vlicense LICENSE
}