17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'lets'
|
|
pkgname=lets
|
|
version=0.0.45
|
|
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=3a645714518c8fad4bd0481129aad80c13b62afbdf39469e304958535028fed3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|