diff --git a/srcpkgs/lets/template b/srcpkgs/lets/template new file mode 100644 index 00000000000..539f644189e --- /dev/null +++ b/srcpkgs/lets/template @@ -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 " +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 +}