diff --git a/srcpkgs/jinja-lsp/template b/srcpkgs/jinja-lsp/template new file mode 100644 index 00000000000..e0716eb2255 --- /dev/null +++ b/srcpkgs/jinja-lsp/template @@ -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 " +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 +}