mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-01 12:24:29 +00:00
21 lines
822 B
YAML
21 lines
822 B
YAML
name : hid-nintendo
|
|
version : 2.0
|
|
release : 1
|
|
homepage : https://github.com/nicman23/dkms-hid-nintendo
|
|
source :
|
|
- git|https://github.com/nicman23/dkms-hid-nintendo.git : 3fe4a5856999fed4d2cf8e9ff6553bbb69f3835c
|
|
license : GPL-2.0-or-later
|
|
summary : A kernel driver for the Nintendo Switch Pro Controllers and the Joy-Cons.
|
|
description: |
|
|
A kernel driver for the Nintendo Switch Pro Controllers and the Joy-Cons.
|
|
builddeps :
|
|
- linux-current
|
|
- linux-current-headers
|
|
setup : |
|
|
build : |
|
|
KERNEL_VERSION="%kernel_version_current%"
|
|
%make -C /lib/modules/${KERNEL_VERSION}/build M=`pwd`/src
|
|
install : |
|
|
KERNEL_VERSION="%kernel_version_current%"
|
|
install -D -m 755 src/hid-nintendo.ko $installdir/lib/modules/${KERNEL_VERSION}/kernel/drivers/hid/hid-nintendo.ko
|