18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'lets'
|
|
pkgname=lets
|
|
version=0.0.49
|
|
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/refs/tags/v${version}.tar.gz"
|
|
checksum=6c157ae0829b68a16ad1c3c938359f51b5fbf1fcf218d9967c0f6127829a11f4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|