1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-09-20 17:08:58 +00:00
solus-stuff/ddccontrol/package.yml
2020-12-05 19:07:05 -05:00

22 lines
451 B
YAML

name : ddccontrol
version : 1
release : 1
source :
- git|https://github.com/ddccontrol/ddccontrol.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(gtk+-2.0)
- pkgconfig(libpci)
rundeps :
- pciutils
setup : |
./autogen.sh
%configure --sysconfdir=/etc
build : |
%make
install : |
%make_install