aboutsummaryrefslogtreecommitdiff
path: root/community/Vulkan-Headers/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-10-24 11:34:35 +0200
committerCem Keylan <cem@ckyln.com>2023-10-24 11:34:35 +0200
commitcf88dbe5431ab88a7f5800d2b1cd98bd4307f325 (patch)
tree20e4703c2b6a3b97a869aac7438d099ea23f8de7 /community/Vulkan-Headers/build
parent2dfdf034ecc52248a20d7b64146a111404c2abcd (diff)
downloadrepository-cf88dbe5431ab88a7f5800d2b1cd98bd4307f325.tar.gz
Vulkan-Headers: add new package at 1.3.231.1
Diffstat (limited to 'community/Vulkan-Headers/build')
-rwxr-xr-xcommunity/Vulkan-Headers/build9
1 files changed, 9 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