logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

glslang-11.1.0.ebuild (560B)


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