diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template new file mode 100644 index 00000000000..04ffa56467e --- /dev/null +++ b/srcpkgs/typst-lsp/template @@ -0,0 +1,15 @@ +# Template file for 'typst-lsp' +pkgname=typst-lsp +version=0.3.1 +revision=1 +build_style=cargo +short_desc="Language server for Typst" +maintainer="classabbyamp " +license="Apache-2.0, MIT" +homepage="https://github.com/nvarner/typst-lsp" +distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz" +checksum=27530f8e2e68954faefa0859151de52951d986ef2a5e0f67b6e76e568d285549 + +post_install() { + vlicense LICENSE-MIT.txt +}