dev-util/lemminx-bin - 0.27.0 (guru)

Search

Install

Install this version:

emerge -a =dev-util/lemminx-bin-0.27.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/lemminx-bin-0.27.0

Or alternatively:

emerge --autounmask-write -a =dev-util/lemminx-bin-0.27.0

Package Information

Description:
XML Language Server
Homepage:
https://github.com/eclipse/lemminx
License:
EPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.27.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 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
}

Dependencies

BDEPEND

app-arch/unzip

Manifest for 0.27.0

Type File Size Source URLs
DIST lemminx-bin-0.27.0.zip 23761557 bytes https://github.com/redhat-developer/vscode-xml/releases/download/0.27.0/lemminx-linux.zip