diff options
author | Cem Keylan <cem@ckyln.com> | 2023-10-24 11:34:35 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-10-24 11:34:35 +0200 |
commit | cf88dbe5431ab88a7f5800d2b1cd98bd4307f325 (patch) | |
tree | 20e4703c2b6a3b97a869aac7438d099ea23f8de7 /community | |
parent | 2dfdf034ecc52248a20d7b64146a111404c2abcd (diff) | |
download | repository-cf88dbe5431ab88a7f5800d2b1cd98bd4307f325.tar.gz |
Vulkan-Headers: add new package at 1.3.231.1
Diffstat (limited to 'community')
-rwxr-xr-x | community/Vulkan-Headers/build | 9 | ||||
-rw-r--r-- | community/Vulkan-Headers/checksums | 2 | ||||
-rw-r--r-- | community/Vulkan-Headers/depends | 1 | ||||
-rw-r--r-- | community/Vulkan-Headers/meta | 3 | ||||
-rw-r--r-- | community/Vulkan-Headers/sources | 1 | ||||
-rw-r--r-- | community/Vulkan-Headers/version | 1 |
6 files changed, 17 insertions, 0 deletions
diff --git a/community/Vulkan-Headers/build b/community/Vulkan-Headers/build new file mode 100755 index 00000000..cd659d72 --- /dev/null +++ b/community/Vulkan-Headers/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr + +cmake --build build +cmake --install build diff --git a/community/Vulkan-Headers/checksums b/community/Vulkan-Headers/checksums new file mode 100644 index 00000000..e363bccd --- /dev/null +++ b/community/Vulkan-Headers/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +54dc4309414536c5007e91bc915be2b3ffbe932d7610f65c2b87bf201a471cb8 sdk-1.3.231.1.tar.gz diff --git a/community/Vulkan-Headers/depends b/community/Vulkan-Headers/depends new file mode 100644 index 00000000..7d91ec22 --- /dev/null +++ b/community/Vulkan-Headers/depends @@ -0,0 +1 @@ +cmake make diff --git a/community/Vulkan-Headers/meta b/community/Vulkan-Headers/meta new file mode 100644 index 00000000..b27a6aa5 --- /dev/null +++ b/community/Vulkan-Headers/meta @@ -0,0 +1,3 @@ +description: Vulkan header files +license: Apache-2.0 +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/Vulkan-Headers/sources b/community/Vulkan-Headers/sources new file mode 100644 index 00000000..9a8fd99c --- /dev/null +++ b/community/Vulkan-Headers/sources @@ -0,0 +1 @@ +https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-1.3.231.1.tar.gz diff --git a/community/Vulkan-Headers/version b/community/Vulkan-Headers/version new file mode 100644 index 00000000..487b544f --- /dev/null +++ b/community/Vulkan-Headers/version @@ -0,0 +1 @@ +1.3.231.1 1 |