New package: zvm-0.8.14

This commit is contained in:
tranzystorekk
2026-03-28 11:51:30 +01:00
parent f2165d32e8
commit d800ceeef7
+18
View File
@@ -0,0 +1,18 @@
# Template file for 'zvm'
pkgname=zvm
version=0.8.14
revision=1
build_style=go
go_import_path="github.com/tristanisham/zvm"
go_build_tags="noAutoUpgrades"
short_desc="Zig version manager"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://www.zvm.app"
changelog="https://github.com/tristanisham/zvm/releases"
distfiles="https://github.com/tristanisham/zvm/archive/refs/tags/v${version}.tar.gz"
checksum=1879e1ae6fc3d02dcf4d9449a9023d150068228bd1f196fa467ba2f6542da977
post_install() {
vlicense LICENSE
}