New package: typst-lsp-0.3.1

This commit is contained in:
classabbyamp 2023-04-02 06:25:32 -04:00 committed by classabbyamp
parent dd3f1a84f7
commit 71e5dc24b0

View file

@ -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 <void@placeviolette.net>"
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
}