# Template file for 'typst-lsp' pkgname=typst-lsp version=0.9.1 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 " 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=a7e3e814713060521548663a676ad24eb097c54fb405fbc6d63da79731d5169d post_patch() { cargo generate-lockfile } post_install() { vlicense LICENSE-MIT.txt }