void-packages/srcpkgs/lets/template
UsernameRandomlyGenerated d867fe238a lets: update to 0.0.33.
2022-01-27 22:33:05 -03:00

17 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
}