New package: lets-0.0.29

This commit is contained in:
juantascon 2021-04-14 17:48:37 +02:00 committed by Michael Aldridge
parent f5e766c248
commit 06e0b4ca2b
1 changed files with 16 additions and 0 deletions

16
srcpkgs/lets/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'lets'
pkgname=lets
version=0.0.29
revision=1
build_style=go
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=8dbb82512becd09f12ce347f81132913016cc88007dea4c4d0b4b3eef4e2d264
post_install() {
vlicense LICENSE
}