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:
parent
81dabfc556
commit
217205dd6a
22
waifu2x/package.yml
Normal file
22
waifu2x/package.yml
Normal 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
|
Loading…
Reference in a new issue