diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 16:52:42 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 16:52:42 +0200 |
commit | e39d216029c92d6149f0fe54f825a9e896b57549 (patch) | |
tree | 80f1472f23475868bf59aa5bd4f408dd37450d93 /community/Vulkan-Headers | |
parent | 9d831c9766337ccfdec78877dd5acbf39d88e55d (diff) | |
download | repository-e39d216029c92d6149f0fe54f825a9e896b57549.tar.gz |
Vulkan-Headers: move to extra
Diffstat (limited to 'community/Vulkan-Headers')
-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, 0 insertions, 17 deletions
diff --git a/community/Vulkan-Headers/build b/community/Vulkan-Headers/build deleted file mode 100755 index cd659d72..00000000 --- a/community/Vulkan-Headers/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 deleted file mode 100644 index e363bccd..00000000 --- a/community/Vulkan-Headers/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -54dc4309414536c5007e91bc915be2b3ffbe932d7610f65c2b87bf201a471cb8 sdk-1.3.231.1.tar.gz diff --git a/community/Vulkan-Headers/depends b/community/Vulkan-Headers/depends deleted file mode 100644 index 7d91ec22..00000000 --- a/community/Vulkan-Headers/depends +++ /dev/null @@ -1 +0,0 @@ -cmake make diff --git a/community/Vulkan-Headers/meta b/community/Vulkan-Headers/meta deleted file mode 100644 index b27a6aa5..00000000 --- a/community/Vulkan-Headers/meta +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9a8fd99c..00000000 --- a/community/Vulkan-Headers/sources +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 487b544f..00000000 --- a/community/Vulkan-Headers/version +++ /dev/null @@ -1 +0,0 @@ -1.3.231.1 1 |