blob: f5feb0b4bbd9cf313d032e86b39cc7f29e67466a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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"
|