diff --git a/srcpkgs/just-lsp/template b/srcpkgs/just-lsp/template new file mode 100644 index 00000000000000..100d15d0cc85e0 --- /dev/null +++ b/srcpkgs/just-lsp/template @@ -0,0 +1,16 @@ +# Template file for 'just-lsp' +pkgname=just-lsp +version=0.3.3 +revision=1 +build_style=cargo +short_desc="Language server for just" +maintainer="Alex March " +license="CC0-1.0" +homepage="https://terror.github.io/just-lsp" +changelog="https://raw.githubusercontent.com/terror/${pkgname}/refs/heads/master/CHANGELOG.md" +distfiles="https://github.com/terror/just-lsp/archive/refs/tags/${version}.tar.gz" +checksum=65168f166114346eaaad8765f1518702d2cfa4785cf0605d6d557be46653ccd5 + +post_install() { + vlicense LICENSE +}