19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'lets'
|
|
pkgname=lets
|
|
version=0.0.53
|
|
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=c810c180ba6631998660b5622bb3309cca02bd4ae6192ab29b9834f7337dc0b0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|