mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-util/lemminx-bin: add 0.27.1
Signed-off-by: tea <gentoo@tastytea.de>
This commit is contained in:
21
dev-util/lemminx-bin/lemminx-bin-0.27.1.ebuild
Normal file
21
dev-util/lemminx-bin/lemminx-bin-0.27.1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user