blob: df5befda89ee915d20b2a51cfe127726cad383d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = vulkan-headers-git
pkgdesc = Vulkan header files and API registry
pkgver = 1.4.315.r0.g75ad707
pkgrel = 1
url = https://github.com/KhronosGroup/Vulkan-Headers
arch = any
groups = vulkan-devel
license = Apache-2.0 AND MIT
makedepends = cmake
makedepends = git
makedepends = ninja
optdepends = python: for registry tools
provides = vulkan-headers=1:1.4.315.r0.g75ad707
provides = vulkan-hpp=1.4.315.r0.g75ad707
conflicts = vulkan-headers
source = vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
b2sums = SKIP
pkgname = vulkan-headers-git
|