Add dxvk-native

This commit is contained in:
Phantop 2021-02-21 13:17:04 -05:00
parent 7d7a5497ee
commit 6b35f1e6fb
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
abi_*
*.eopkg
pspec_x86_64.xml

1
dxvk/Makefile Normal file
View File

@ -0,0 +1 @@
include ../Makefile.common

18
dxvk/package.yml Normal file
View File

@ -0,0 +1,18 @@
name : dxvk
version : 1
release : 1
source :
- git|https://github.com/Joshua-Ashton/dxvk-native.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: Insert description here
builddeps :
- pkgconfig(sdl2)
- pkgconfig(vulkan)
- glslang-devel
setup : |
%meson_configure
build : |
%ninja_build
install : |
%ninja_install