19 lines
547 B
Bash
19 lines
547 B
Bash
# 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
|
|
}
|