Install this version:
emerge -a =dev-util/lemminx-bin-0.27.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/lemminx-bin-0.27.1
Or alternatively:
emerge --autounmask-write -a =dev-util/lemminx-bin-0.27.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.27.1 | 8 | ~amd64 | 0 |
# Copyright 2022,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="XML Language Server"
HOMEPAGE="https://github.com/eclipse/lemminx"
SRC_URI="https://github.com/redhat-developer/vscode-xml/releases/download/${PV}/lemminx-linux.zip -> ${P}.zip"
S="${WORKDIR}"
LICENSE="EPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
QA_PREBUILT="/usr/bin/lemminx"
src_install() {
newbin lemminx-linux lemminx
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lemminx-bin-0.27.1.zip | 23763230 bytes | https://github.com/redhat-developer/vscode-xml/releases/download/0.27.1/lemminx-linux.zip |