mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-01 04:14:58 +00:00
19 lines
410 B
YAML
19 lines
410 B
YAML
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
|