mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-util/glsl-language-server: Add glsl-language-server-0.3.7
Signed-off-by: William Batista <bootlegbilly@protonmail.ch>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Language server implementation for GLSL"
|
||||
HOMEPAGE="https://github.com/billyb2/${PN}-gentoo"
|
||||
SRC_URI="https://github.com/billyb2/${PN}-gentoo/archive/refs/tags/${PV}-g.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-util/glslang dev-cpp/cli11 dev-cpp/nlohmann_json dev-libs/libfmt"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-util/ninja"
|
||||
|
||||
S=${WORKDIR}/${PN}-gentoo-${PV}-g
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" ninja -C${S}/build install
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user