mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
New package: Vulkan-Tools-1.1.77.0
This commit is contained in:
parent
b389e76038
commit
2d2866c2c3
2 changed files with 19 additions and 0 deletions
17
srcpkgs/Vulkan-Tools/template
Normal file
17
srcpkgs/Vulkan-Tools/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'Vulkan-Tools'
|
||||||
|
pkgname=Vulkan-Tools
|
||||||
|
version=1.1.77.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-sdk-${version}"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DGLSLANG_INSTALL_DIR=/usr"
|
||||||
|
hostmakedepends="python3 pkg-config 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=15eaefa9d9370c58aac3458b3cb67909759fb4e965d737a57e7de6cc108fabc6
|
||||||
|
nocross="refurses to compile if not on the same arch"
|
2
srcpkgs/Vulkan-Tools/update
Normal file
2
srcpkgs/Vulkan-Tools/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://github.com/KhronosGroup/Vulkan-Tools/releases
|
||||||
|
pkgname=sdk
|
Loading…
Add table
Reference in a new issue