Install this version:
emerge -a =app-text/texlab-5.25.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/texlab-5.25.1
Or alternatively:
emerge --autounmask-write -a =app-text/texlab-5.25.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.25.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.0
EAPI=8
CRATES=" "
RUST_MIN_VER="1.89"
inherit cargo
DESCRIPTION="LaTeX Language Server"
HOMEPAGE="https://github.com/latex-lsp/texlab"
SRC_URI="
https://github.com/latex-lsp/texlab/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz
"
LICENSE="GPL-3 Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"
DOCS+=( CHANGELOG.md LICENSE )
QA_FLAGS_IGNORED="usr/bin/${PN}"
ECARGO_VENDOR="${WORKDIR}/vendor"
src_install() {
cargo_src_install --path "${S}/crates/texlab"
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | texlab-5.25.1-deps.tar.xz | 27220580 bytes | https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/texlab-5.25.1-deps.tar.xz/texlab-5.25.1-deps.tar.xz |
| DIST | texlab-5.25.1.gh.tar.gz | 7522072 bytes | https://github.com/latex-lsp/texlab/archive/refs/tags/v5.25.1.tar.gz |