Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
[build]
type = "cmake"
[build.flags]
build_dir = "build"
configure = [
"-DCMAKE_SKIP_INSTALL_RPATH=ON",
"-G Ninja",
]
post_install = [ "python -m compileall -d /usr $DESTDIR/usr", "python -O -m compileall -d /usr $DESTDIR/usr" ]
skip_tests = true # broken, installs to /
[dependencies]
build = [
"cmake",
"ninja",
"python",
]
optional = ["python"]
[package]
description = "Vulkan header files and API registry"
homepage = "https://www.vulkan.org/"
license = "Apache-2.0 OR MIT"
name = "vulkan-headers"
version = "1.4.341.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/KhronosGroup/Vulkan-Headers#vulkan-sdk-$version"