new package: typst-lsp (#19071)

closes #15975
This commit is contained in:
TomIO 2024-01-28 00:50:06 +01:00 committed by GitHub
parent 8a82c0f4e4
commit 38dad16aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
TERMUX_PKG_HOMEPAGE=https://github.com/nvarner/typst-lsp
TERMUX_PKG_DESCRIPTION="Language server for Typst"
TERMUX_PKG_LICENSE="MIT, Apache-2.0"
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
TERMUX_PKG_VERSION=0.12.1
TERMUX_PKG_SRCURL=https://github.com/nvarner/typst-lsp/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=88c2053678147e6a3a01389644892f32244317f763622d19eaf7a64fe7e7e2dc
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
# We're not shipping the VS Code plugin
rm -rf .vscode
termux_setup_rust
}