Skip to content

Commit

Permalink
vulkan-utility-libraries: new package at 1.3.264
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Nov 16, 2023
1 parent 7ea134e commit 0d505c4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vulkan/vulkan-utility-libraries/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh -e

cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib

cmake --build build
cmake --install build
1 change: 1 addition & 0 deletions vulkan/vulkan-utility-libraries/checksums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78fc37c9b064b101c36d48d967cfd3c6a7e335b9b16916c1dfebe9938a23d614da
1 change: 1 addition & 0 deletions vulkan/vulkan-utility-libraries/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake make
1 change: 1 addition & 0 deletions vulkan/vulkan-utility-libraries/esources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/vVERSION.tar.gz
1 change: 1 addition & 0 deletions vulkan/vulkan-utility-libraries/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.3.264.tar.gz
1 change: 1 addition & 0 deletions vulkan/vulkan-utility-libraries/version

0 comments on commit 0d505c4

Please sign in to comment.