blob: 4e0d092300364f2aaf79a2a67452730bc5b79f60 [file] [log] [blame]
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Machine-readable files for the SPIR-V Registry"
HOMEPAGE="https://www.khronos.org/registry/spir-v/"
EGIT_COMMIT="sdk-${PV}.0"
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"
PATCHES=("${FILESDIR}/UPSTREAM-0bcc624-clspv-reflection.patch")