mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 21:02:56 +02:00
zls: update to 0.14.0
This commit is contained in:
parent
20412e6d3e
commit
7944a1bc40
1 changed files with 7 additions and 11 deletions
|
@ -1,23 +1,19 @@
|
|||
# Template file for 'zls'
|
||||
pkgname=zls
|
||||
version=0.13.0
|
||||
version=0.14.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"
|
||||
distfiles="https://github.com/zigtools/zls/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=44cae74073b2f75cf627755398afadafaa382cccf7555b5b66b147dcaa6cef0d
|
||||
|
||||
post_extract() {
|
||||
vsrcextract -C src/tracy ${_tracy_gitrev}.tar.gz
|
||||
}
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
armv[67]*) nopie=yes ;;
|
||||
*) configure_args+=" -Dpie" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue