glslang-11.1.0.ebuild (560B)
- # Copyright 1999-2021 Gentoo Authors
- # Distributed under the terms of the GNU General Public License v2
- EAPI=7
- inherit cmake-multilib cmake-utils
- # https://bugs.gentoo.org/show_bug.cgi?id=760777
- MYCMAKEARGS="-DENABLE_PCH=OFF"
- DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
- HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
- SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- LICENSE="BSD"
- SLOT="0"
- DEPENDS="
- >=dev-lang/python-3.0
- "