New package: jinja-lsp-0.1.86

This commit is contained in:
Bnyro 2024-12-10 13:01:49 +01:00 committed by Duncan Overbruck
parent b1d768c1dd
commit 843c8fe663

View file

@ -0,0 +1,17 @@
# Template file for 'jinja-lsp'
pkgname=jinja-lsp
version=0.1.86
revision=1
build_style=cargo
make_install_args="--path ./jinja-lsp"
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=8875b61c41f5390c207cd1639c2530587c5f1b4da6aa249db75ec023a79202f5
post_install() {
vlicense LICENSE
}