19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'lets'
|
|
pkgname=lets
|
|
version=0.0.54
|
|
revision=2
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://lets-cli.org/"
|
|
changelog="https://github.com/lets-cli/lets/releases"
|
|
distfiles="https://github.com/lets-cli/lets/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=2ef8e1a83d371652c73931afbe4821cb95931843e1c91729099500548a93b1c4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|