mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-05 03:07:10 +00:00
Add dxvk-native
This commit is contained in:
parent
7d7a5497ee
commit
6b35f1e6fb
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
abi_*
|
||||
*.eopkg
|
||||
pspec_x86_64.xml
|
||||
|
|
1
dxvk/Makefile
Normal file
1
dxvk/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
18
dxvk/package.yml
Normal file
18
dxvk/package.yml
Normal 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
|
Loading…
Reference in a new issue