mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-17 04:13:04 +00:00
21 lines
400 B
YAML
21 lines
400 B
YAML
|
name : ddcui
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git|https://github.com/rockowitz/ddcui.git : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
builddeps :
|
||
|
- pkgconfig(Qt5Help)
|
||
|
- pkgconfig(ddcutil)
|
||
|
rundeps :
|
||
|
- ddcutil
|
||
|
setup : |
|
||
|
%cmake
|
||
|
build : |
|
||
|
%make
|
||
|
install : |
|
||
|
%make_install
|