app-text/lemminx-bin - 0.31.0 (gentoo-zh)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
0.31.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-pkg-2

DESCRIPTION="A XML Language Server"
HOMEPAGE="https://github.com/eclipse-lemminx/lemminx"
SRC_URI="https://download.eclipse.org/lemminx/releases/${PV}/org.eclipse.lemminx-uber.jar -> ${P//-bin}.jar"

S="${DISTDIR}"

LICENSE="EPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=">=virtual/jre-1.8:*"
BDEPEND="app-arch/unzip"

src_install() {
	java-pkg_newjar "${P//-bin}.jar"
	java-pkg_dolauncher lemminx
}

Dependencies

RDEPEND

>=virtual/jre-1.8:*

BDEPEND

app-arch/unzip