diff --git a/srcpkgs/zeux-volk/template b/srcpkgs/zeux-volk/template new file mode 100644 index 00000000000..d8012be8f95 --- /dev/null +++ b/srcpkgs/zeux-volk/template @@ -0,0 +1,17 @@ +# 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 " +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 +}