1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-22 14:53:44 +00:00
solus-stuff/waifu2x/package.yml

25 lines
491 B
YAML
Raw Normal View History

2020-06-23 16:26:20 +00:00
name : waifu2x
version : 1
release : 1
source :
- git|https://github.com/DeadSix27/waifu2x-converter-cpp.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(ocl-icd)
- pkgconfig(opencv)
rundeps :
- ocl-icd
- opencl-headers
- opencv
2020-06-23 18:25:29 +00:00
patterns :
2020-06-24 17:33:07 +00:00
- converter-cpp : /usr
2020-06-23 16:26:20 +00:00
setup : |
%cmake
build : |
%make
install : |
%make_install