summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <commendsarnex@gmail.com>2018-03-12 21:07:30 -0400
committerMatt Turner <mattst88@gentoo.org>2018-03-23 16:36:11 -0700
commit606f54a26320da2c5c2ed6f0cbc0ecdefd320762 (patch)
tree3a729b7b08b5ff4f404eb1d5e3eb4a98ecb1a44f /dev-util/spirv-headers/spirv-headers-9999.ebuild
parentdev-python/pyzor: new revision to fix some open bugs. (diff)
downloadgentoo-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.ebuild16
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 )