20 lines
656 B
Bash
20 lines
656 B
Bash
# Template file for 'typst-lsp'
|
|
pkgname=typst-lsp
|
|
version=0.13.0
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--no-default-features --features remote-packages,native-tls"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="Language server for Typst"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://github.com/nvarner/typst-lsp"
|
|
changelog="https://github.com/nvarner/typst-lsp/releases"
|
|
distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=860d56653b719402736b00ac9bc09e5e418dea2577cead30644252e85ab5d1a1
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT.txt
|
|
}
|