contrib/vkd3d/Pkgfile

18 lines
434 B
Plaintext
Raw Normal View History

# Description: Direct3D 12 to Vulkan translation library By WineHQ
# URL: https://github.com/d3d12/vkd3d
2023-09-26 14:41:53 -05:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: spirv-tools vulkan-loader xorg-xcb-util-keysyms
name=vkd3d
2023-09-27 21:40:33 -05:00
version=1.9
release=1
source=(https://dl.winehq.org/vkd3d/source/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --with-spirv-tools
make
make DESTDIR=$PKG install
}