25 lines
904 B
Bash
25 lines
904 B
Bash
# Template file for 'Vulkan-Tools'
|
|
pkgname=Vulkan-Tools
|
|
version=1.1.82.0
|
|
revision=1
|
|
wrksrc="${pkgname}-sdk-${version}"
|
|
build_style=cmake
|
|
configure_args="-DGLSLANG_INSTALL_DIR=/usr -DBUILD_CUBE=$(vopt_if cube ON OFF)
|
|
-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"
|
|
hostmakedepends="python3 pkg-config $(vopt_if cube glslang)"
|
|
makedepends="Vulkan-Headers vulkan-loader libxcb-devel libxkbcommon-devel
|
|
wayland-devel libwayland-egl libXrandr-devel"
|
|
short_desc="Official Vulkan tools and utilities"
|
|
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://www.khronos.org/vulkan/"
|
|
distfiles="https://github.com/KhronosGroup/${pkgname}/archive/sdk-${version}.tar.gz"
|
|
checksum=22e5e5dfd47535e1664458ee59706abcaace96575d1a3d7fa9ae779a9e83b89c
|
|
|
|
build_options="cube"
|
|
desc_option_cube="Build cube vulkan demo"
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="cube"
|
|
fi
|