glslang-7.12.3352.ebuild (479B)
1 # Copyright 1999-2019 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 inherit cmake-multilib cmake-utils 7 8 DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator" 9 HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/" 10 SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz" 11 KEYWORDS="~amd64 ~x86" 12 LICENSE="BSD" 13 SLOT="0" 14 DEPENDS=" 15 >=dev-lang/python-3.0 16 "