# Maintainer: Jake Leahy pkgname=typst-lsp-bin pkgver=0.13.0 pkgrel=1 pkgdesc="A brand-new language server for Typst" arch=("x86_64" "armv7h" "aarch64") url="https://github.com/nvarner/typst-lsp" license=("MIT") source_x86_64=("typst-lsp-x86_64-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-x86_64-unknown-linux-gnu") source_armv7h=("typst-lsp-armv7h-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-arm-unknown-linux-gnueabihf") source_aarch64=("typst-lsp-aarch64-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-aarch64-unknown-linux-gnu") sha256sums_x86_64=('c1253466314466529b74fe58258faafc1a2c3eb0fe36209a7161b1956d5e330a') sha256sums_armv7h=('e3846178adc18b380e1dd4d9154b31cb7985a4ddb3cfcc804b2859b0852d2325') sha256sums_aarch64=('42b367f4e53803e7f42f4de9330c56bdacd82cf1c4dd3004e594f506348356f7') provides=("typst-lsp") depends=("glibc" "gcc-libs") package() { cd "$srcdir/" install -Dm 755 typst-lsp-$CARCH-$pkgver "${pkgdir}/usr/bin/typst-lsp" }