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,2 @@
DIST 0.3.7-g.tar.gz 3627891 BLAKE2B b7b6724287b5660c33db4eb40d784b195c4c8087943968167bf0b66f44faf054e36350fea53597bf38cfa7f0e087f96992dce0e7afe3131c9d05795605af8e81 SHA512 822611e0b1b30c513870ce05f4ff32c9a9aaef72f6c2832b69c0af6b60a4e716590d9c728f46a66bb6e49e2e8568c2a04832e410c8a55c945798a20223a686ff
EBUILD glsl-language-server-0.3.7.ebuild 573 BLAKE2B 0d2f5ab93f76f24eef49068f07af1a8b415cf4cb261097676f759a73cd0eefe3b0c9e8b6e2ed4b3bbb5ca1efd207e59f360115d9e1174065874d07266b5f33ed SHA512 066be94658f5c66259c956a9892f73a0a80cda8924090d4ed7f219ab5646124011e866a5f5430414c19b14a9fe032ad7de6079044cc280e3a425b91508660779

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
}