# Template file for 'lua-language-server'
pkgname=lua-language-server
version=3.13.6
revision=1
hostmakedepends="ninja"
short_desc="Lua LSP implementation written in Lua"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://luals.github.io"
changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md"
distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
checksum=fd2670a12f08d30e680df105cf026507fcec8a32bfa5656d16e49a28ee46cfdb

do_build() {
	ninja -C 3rd/luamake -f compile/ninja/linux.ninja
	./3rd/luamake/luamake -platform ${XBPS_TARGET_MACHINE} rebuild
}

do_install() {
	vinstall main.lua 644 usr/lib/${pkgname}
	vinstall debugger.lua 644 usr/lib/${pkgname}
	vinstall changelog.md 644 usr/lib/${pkgname}
	vinstall bin/main.lua 644 usr/lib/${pkgname}/bin
	vinstall bin/${pkgname} 755 usr/lib/${pkgname}/bin

	vcopy meta usr/lib/${pkgname}
	vcopy locale usr/lib/${pkgname}
	vcopy script usr/lib/${pkgname}

	vbin ${FILESDIR}/lua-language-server
	vlicense LICENSE
}
