2024-12-25 16:47:35 -05:00

18 lines
550 B
Bash

# Template file for 'zeux-volk'
pkgname=zeux-volk
version=1.3.296.0
revision=1
build_style=cmake
configure_args="-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -DVOLK_INSTALL=ON -Wno-dev"
makedepends="Vulkan-Headers"
short_desc="Meta-loader for Vulkan"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/zeux/volk"
distfiles="https://github.com/zeux/volk/archive/vulkan-sdk-${version}.tar.gz"
checksum=8ffd0e81e29688f4abaa39e598937160b098228f37503903b10d481d4862ab85
post_install() {
vlicense LICENSE.md
}