16 lines
463 B
Bash
16 lines
463 B
Bash
# 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
|
|
}
|