# Template file for 'jinja-lsp'
pkgname=jinja-lsp
version=0.2.2
revision=1
build_style=cargo
make_install_args="--path ./jinja-lsp"
# test is broken upstream
make_check_args="-- --skip search::test_queries::query_tests::jinja_definitions2"
short_desc="Language server for Jinja"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://github.com/uros-5/jinja-lsp"
changelog="https://github.com/uros-5/jinja-lsp/releases"
distfiles="https://github.com/uros-5/jinja-lsp/archive/refs/tags/v${version}.tar.gz"
checksum=1f028146eb5357d1da639583f87fd6253eabf67e221427574063ce2dd6507371

post_install() {
	vlicense LICENSE
}
