dev-python/pip: arm64 stable (bug #719946)
[gentoo.git] / dev-util / spirv-headers / spirv-headers-1.5.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit cmake-utils
7
8 DESCRIPTION="Machine-readable files for the SPIR-V Registry"
9 HOMEPAGE="https://www.khronos.org/registry/spir-v/"
10 EGIT_COMMIT="af64a9e826bf5bb5fcd2434dd71be1e41e922563"
11 SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="MIT"
14 SLOT="0"
15 KEYWORDS="amd64 ~ppc64 x86"
16
17 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"