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

Add waifu2x-converter-cpp as waifu2x

This commit is contained in:
Jonathan Hakimi 2020-06-23 12:26:20 -04:00
parent 81dabfc556
commit 217205dd6a

22
waifu2x/package.yml Normal file
View file

@ -0,0 +1,22 @@
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
setup : |
%cmake
build : |
%make
install : |
%make_install