contrib/vkd3d/Pkgfile

19 lines
462 B
Plaintext
Raw Normal View History

# Description: Direct3D 12 to Vulkan translation library By WineHQ
2024-02-28 18:22:49 +01:00
# URL: https://wiki.winehq.org/Vkd3d
2023-09-26 21:41:53 +02:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: spirv-tools vulkan-loader xorg-xcb-util-keysyms
name=vkd3d
2024-03-10 19:34:51 +01:00
version=1.11
release=1
source=(https://dl.winehq.org/vkd3d/source/$name-$version.tar.xz)
build() {
2024-03-10 19:34:51 +01:00
cd $name-$version
./configure --prefix=/usr --with-spirv-tools
make
make DESTDIR=$PKG install
}
2024-03-10 19:34:51 +01:00
# vim: set ts=4 et: