void-packages/srcpkgs/lets/template

18 lines
503 B
Bash

# Template file for 'lets'
pkgname=lets
version=0.0.33
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/v$version.tar.gz"
checksum=54845decd491acbe426cfee67d31a6e0331e744fdad693959d1ca8cb991999bf
post_install() {
vlicense LICENSE
}