From c7002f707d0945427bdb51cc2f204779b9f1b23e Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Wed, 7 Sep 2022 04:19:13 +0200 Subject: [PATCH] dev-util/lemminx-bin: new package, add 0.21.0 Signed-off-by: Ronny (tastytea) Gutbrod --- dev-util/lemminx-bin/Manifest | 1 + .../lemminx-bin/lemminx-bin-0.21.0.ebuild | 21 +++++++++++++++++++ dev-util/lemminx-bin/metadata.xml | 17 +++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-util/lemminx-bin/Manifest create mode 100644 dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild create mode 100644 dev-util/lemminx-bin/metadata.xml diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest new file mode 100644 index 0000000000..ac7270a0a6 --- /dev/null +++ b/dev-util/lemminx-bin/Manifest @@ -0,0 +1 @@ +DIST lemminx-bin-0.21.0.zip 14513662 BLAKE2B fe09ff1577007b861d87d376600c98dc021ee60067428dc65caedacdf1f440cd2cb26c321cbc3beac0a059670fa39f863a346f9eec7fe4504f9f278387b42ac4 SHA512 e3a3baab0a2d76b23c3770707d10d570b6bcb3597fb4fabf9165c412cede6e2659e8fb056dcfb6353a5fa9097f4f35520efe5c680a26eb20fac8646f008679d2 diff --git a/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild new file mode 100644 index 0000000000..a2e7be2e03 --- /dev/null +++ b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild @@ -0,0 +1,21 @@ +# 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 +} diff --git a/dev-util/lemminx-bin/metadata.xml b/dev-util/lemminx-bin/metadata.xml new file mode 100644 index 0000000000..719db53921 --- /dev/null +++ b/dev-util/lemminx-bin/metadata.xml @@ -0,0 +1,17 @@ + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + LemMinX is a XML language specific implementation of the Language Server + Protocol and can be used with any editor that supports the protocol, to + offer good support for the XML Language. + + + eclipse/lemminx + redhat-developer/vscode-xml + +