void-packages/srcpkgs/typst-lsp/template

16 lines
463 B
Bash
Raw Normal View History

2023-04-02 12:25:32 +02:00
# Template file for 'typst-lsp'
pkgname=typst-lsp
2023-04-06 20:17:38 +02:00
version=0.3.2
2023-04-02 12:25:32 +02:00
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"
2023-04-06 20:17:38 +02:00
checksum=9bb55c8a0421da98c99ef80e60b6014b2e6b7cf8b3b107d6db710ccf3aab96aa
2023-04-02 12:25:32 +02:00
post_install() {
vlicense LICENSE-MIT.txt
}