diff options
author | Nick Sarnie <commendsarnex@gmail.com> | 2018-03-12 21:07:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-23 16:36:11 -0700 |
commit | 606f54a26320da2c5c2ed6f0cbc0ecdefd320762 (patch) | |
tree | 3a729b7b08b5ff4f404eb1d5e3eb4a98ecb1a44f /dev-util/spirv-headers/spirv-headers-9999.ebuild | |
parent | dev-python/pyzor: new revision to fix some open bugs. (diff) | |
download | gentoo-606f54a26320da2c5c2ed6f0cbc0ecdefd320762.tar.gz gentoo-606f54a26320da2c5c2ed6f0cbc0ecdefd320762.tar.bz2 gentoo-606f54a26320da2c5c2ed6f0cbc0ecdefd320762.zip |
dev-util/spirv-headers: Initial versions
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/7438
Diffstat (limited to 'dev-util/spirv-headers/spirv-headers-9999.ebuild')
-rw-r--r-- | dev-util/spirv-headers/spirv-headers-9999.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/spirv-headers/spirv-headers-9999.ebuild b/dev-util/spirv-headers/spirv-headers-9999.ebuild new file mode 100644 index 000000000000..a2e33d00bd82 --- /dev/null +++ b/dev-util/spirv-headers/spirv-headers-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils git-r3 + +DESCRIPTION="Machine-readable files for the SPIR-V Registry" +HOMEPAGE="https://www.khronos.org/registry/spir-v/" +EGIT_REPO_URI="https://github.com/KhronosGroup/SPIRV-Headers.git" +SRC_URI="" + +LICENSE="MIT" +SLOT="0" + +PATCHES=( "${FILESDIR}"/${PN}-Get-rid-of-custom-target.patch ) |