2025-02-15 00:38:15 +00:00

19 lines
578 B
Bash

# Template file for 'lets'
pkgname=lets
version=0.0.55
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="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=1ac5b8b2147ca38b09e0723a65b81195fc376061e6660f8427d66b0aa3cf7f4c
post_install() {
vlicense LICENSE
}