mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-util/glsl-language-server: remove variables from HOMEPAGE
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -4,21 +4,18 @@
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Language server implementation for GLSL"
|
||||
HOMEPAGE="https://github.com/billyb2/${PN}-gentoo"
|
||||
HOMEPAGE="https://github.com/billyb2/glsl-language-server-gentoo"
|
||||
SRC_URI="https://github.com/billyb2/${PN}-gentoo/archive/refs/tags/${PV}-g.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-gentoo-${PV}-g
|
||||
|
||||
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