void-packages/srcpkgs/vulkan-loader/template
Jürgen Buchmüller 81453292f8
vulkan-loader: update to 1.1.106
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-04-13 10:27:02 +02:00

22 lines
757 B
Bash

# Template file for 'vulkan-loader'
pkgname=vulkan-loader
_pkgname=Vulkan-Loader
version=1.1.106
revision=1
wrksrc="${_pkgname}-${version}"
build_style=cmake
configure_args="-DBUILD_TESTS=OFF"
hostmakedepends="python3 pkg-config"
makedepends="Vulkan-Headers libxcb-devel libxkbcommon-devel wayland-devel
libXrandr-devel"
short_desc="Vulkan Installable Client Driver (ICD) loader"
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
license="Apache-2.0"
homepage="https://www.khronos.org/vulkan/"
distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
checksum=d48632a5459d21ee5d421cb6ef1611cc263d33cca3ef90d0f598f73d24dfc206
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"
fi