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