1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-01 04:14:58 +00:00
solus-stuff/joycond/package.yml
Phantop c22a8de338 Remove some packages that are in official repos
Removes castor for sucking, starship for being included, dolphin-emu-git because Solus's is up-to-date
2020-12-23 15:43:55 -05:00

23 lines
838 B
YAML

name : joycond
version : 0.3.0
release : 1
source :
- git|https://github.com/DanielOgorchock/joycond.git : master
license : GPL-3.0-or-later
summary : joycond is a linux daemon which uses the evdev devices provided by hid-nintendo
(formerly known as hid-joycon) to implement joycon pairing.
description: |
joycond is a linux daemon which uses the evdev devices provided by hid-nintendo (formerly known as hid-joycon) to implement joycon pairing.
builddeps :
- pkgconfig(libevdev)
setup : |
%cmake
build : |
%make
install : |
%make_install
# Enable by default, users can disable now with systemctl mask tlp
install -Ddm 00755 $installdir/etc/systemd/system/multi-user.target.wants
ln -sv ../joycond.service $installdir/etc/systemd/system/multi-user.target.wants