Files
guru/dev-util/lemminx-bin/lemminx-bin-0.24.0.ebuild
Ronny (tastytea) Gutbrod 57bf5160ed dev-util/lemminx-bin: add 0.24.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2023-02-03 10:17:36 +01:00

22 lines
467 B
Bash

# 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
}