16 lines
463 B
Bash
16 lines
463 B
Bash
# Template file for 'typst-lsp'
|
|
pkgname=typst-lsp
|
|
version=0.3.2
|
|
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=9bb55c8a0421da98c99ef80e60b6014b2e6b7cf8b3b107d6db710ccf3aab96aa
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT.txt
|
|
}
|