void-packages/srcpkgs/lets/template

18 lines
515 B
Bash

# Template file for 'lets'
pkgname=lets
version=0.0.50
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="juan <juan@horlux.org>"
license="MIT"
homepage="https://lets-cli.org/"
distfiles="https://github.com/lets-cli/lets/archive/refs/tags/v${version}.tar.gz"
checksum=8c2cd55d7e2432dac0b89941125f2a83ce03a89ff36adcc52dd75896919376d8
post_install() {
vlicense LICENSE
}