Files
horizon-packages/srcpkgs/lets/template
T
2026-04-09 21:24:36 +02:00

19 lines
578 B
Bash

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