diff options
author | tastytea <gentoo@tastytea.de> | 2023-04-27 14:24:09 +0200 |
---|---|---|
committer | tastytea <gentoo@tastytea.de> | 2023-04-27 18:59:26 +0200 |
commit | a540088968c2640c1cc31405998908eb743c1621 (patch) | |
tree | dd7cfc697d07e41065c47ec80bce424c3ebb8ed6 /dev-util | |
parent | dev-util/vscode-langservers-extracted: drop 4.5.0 (diff) | |
download | guru-a540088968c2640c1cc31405998908eb743c1621.tar.gz guru-a540088968c2640c1cc31405998908eb743c1621.tar.bz2 guru-a540088968c2640c1cc31405998908eb743c1621.zip |
dev-util/lemminx-bin: add 0.25.0
Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lemminx-bin/Manifest | 1 | ||||
-rw-r--r-- | dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest index 59b6d1920..de4362d44 100644 --- a/dev-util/lemminx-bin/Manifest +++ b/dev-util/lemminx-bin/Manifest @@ -1,2 +1,3 @@ DIST lemminx-bin-0.22.0.zip 15056353 BLAKE2B 796f18d93b57584bfd0eedbfc9c8bc5ae3b324358fc536292c250f2734f779f86fe7cabc4b36471c1606a0392b4019a2ce55c0cde06d39ab445279d2ff662473 SHA512 e6dc38b378e11cb4676cbf3aaecf0d3dbfbe64b1252548170423913cb887ac896fdde82393e711a70aa81229c2ffb9a77f5ce225fd605fbe1ec51661ff57a819 DIST lemminx-bin-0.24.0.zip 15263058 BLAKE2B d655810c407b7c49fc45813e33aac02eab2b6dd1d15bfc68ffaa73f701a1dacd76e497e2030da125eb5b48f969d3e9b8afd8c46a92b434d63a612bcb72827b47 SHA512 123eb3a406a4975034f9d4257f0ffd6417296b65a84d759a65ef15ac4c6ac0ed124000d5101bc5c8799f396d42d5dfb9d9779d5231202ac70109b8c1367191f9 +DIST lemminx-bin-0.25.0.zip 15608360 BLAKE2B 3f1a0e127073745091b9d252fd717cd7f520e6f49af5f6ad19c916b1f087e851987ce6dc672f67420f46bcb5add93ee6f81df09eca5029319ebdd9aed498aa70 SHA512 ff9a270699cecf480ae4a8382333ac1afcc7d497ee45afc7486db0504bdad6589283c4a7eb167ae109c260563c076c8e8f02dd2d63658ea63e925f9676df4019 diff --git a/dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild b/dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild new file mode 100644 index 000000000..a2e7be2e0 --- /dev/null +++ b/dev-util/lemminx-bin/lemminx-bin-0.25.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 +} |