mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 13:03:17 +02:00
18 lines
798 B
Bash
18 lines
798 B
Bash
# Template file for 'Vulkan-Tools'
|
|
pkgname=Vulkan-Tools
|
|
version=1.4.313.0
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DGLSLANG_INSTALL_DIR=/usr
|
|
-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -Wno-dev
|
|
-DWAYLAND_SCANNER_EXECUTABLE=/usr/bin/wayland-scanner"
|
|
hostmakedepends="python3 pkg-config glslang wayland-devel"
|
|
makedepends="vulkan-loader-devel libxcb-devel libxkbcommon-devel
|
|
wayland-devel wayland-protocols libXrandr-devel zeux-volk"
|
|
depends="vulkan-loader"
|
|
short_desc="Official Vulkan tools and utilities"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://www.khronos.org/vulkan/"
|
|
distfiles="https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-${version}.tar.gz"
|
|
checksum=6b88045c8cad7bd042e202826d8b597c657b9a422ca1f89fc3b0ab2dd64c5a0f
|