dev-util/lemminx-bin: add 0.27.1

Signed-off-by: tea <gentoo@tastytea.de>
This commit is contained in:
tea
2024-06-27 23:08:29 +02:00
parent fd06c451cd
commit c364888e40
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# 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
}