19 lines
748 B
Bash
19 lines
748 B
Bash
# Template file for 'texlab'
|
|
pkgname=texlab
|
|
version=5.19.0
|
|
revision=1
|
|
build_style=cargo
|
|
make_install_args="--path crates/texlab"
|
|
make_check_args="-- --test-threads 1" # Tests broken when ran in parallel
|
|
short_desc="Implementation of the Language Server Protocol for LaTeX"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://texlab.netlify.app/"
|
|
changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
|
|
distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=ad72171dd267fd73ecc6a05f9ff3cc068e77a3b82f986305ab455aeade841294
|
|
|
|
if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
|
broken="smartstring fails to compile"
|
|
fi
|