mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-01 04:14:58 +00:00
25 lines
491 B
YAML
25 lines
491 B
YAML
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
|
|
patterns :
|
|
- converter-cpp : /usr
|
|
setup : |
|
|
%cmake
|
|
build : |
|
|
%make
|
|
install : |
|
|
%make_install
|