From d800ceeef7110fcda27edbe2026cc7212c853ca3 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 8 Mar 2026 18:20:32 +0100 Subject: [PATCH] New package: zvm-0.8.14 --- srcpkgs/zvm/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/zvm/template diff --git a/srcpkgs/zvm/template b/srcpkgs/zvm/template new file mode 100644 index 00000000000..c324d2a4241 --- /dev/null +++ b/srcpkgs/zvm/template @@ -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 " +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 +}