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:
Willaim Batista
2022-06-16 14:55:00 -04:00
parent f0e6f806d4
commit d63faa649a
2 changed files with 26 additions and 0 deletions

View File

@@ -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
}