25 lines
739 B
Bash
25 lines
739 B
Bash
# Template file for 'zls'
|
|
pkgname=zls
|
|
version=0.13.0
|
|
revision=1
|
|
build_style=zig-build
|
|
configure_args="-Dpie"
|
|
short_desc="Zig language server"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/zigtools/zls"
|
|
_tracy_gitrev="37aff70dfa50cf6307b3fee6074d627dc2929143"
|
|
distfiles="https://github.com/zigtools/zls/archive/refs/tags/${version}.tar.gz
|
|
https://github.com/wolfpld/tracy/archive/${_tracy_gitrev}.tar.gz"
|
|
checksum="2e8046b6b0de765a4bf4bb828345e2badc8b828bc257dc931d0f56b147684d9f
|
|
c24ce6179df7efb8a114fe409d197e26e4b937c6fc1258bea15840b15b1f79ff"
|
|
skip_extraction="${_tracy_gitrev}.tar.gz"
|
|
|
|
post_extract() {
|
|
vsrcextract -C src/tracy ${_tracy_gitrev}.tar.gz
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|