mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 22:33:12 +00:00
Add ddcui (won't work until ddcutil 0.9.9)
This commit is contained in:
parent
d2429672a6
commit
03d264910a
20
ddcui/package.yml
Normal file
20
ddcui/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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
|
Loading…
Reference in a new issue