mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kmonad: Add permissions to uinput kernel module
This commit is contained in:
parent
370f4db01d
commit
83d5c60b2f
2 changed files with 5 additions and 3 deletions
1
srcpkgs/kmonad/files/60-kmonad.rules
Normal file
1
srcpkgs/kmonad/files/60-kmonad.rules
Normal file
|
@ -0,0 +1 @@
|
||||||
|
KERNEL=="uinput", MODE="0660", GROUP="input", OPTIONS+="static_node=uinput"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kmonad'
|
# Template file for 'kmonad'
|
||||||
pkgname=kmonad
|
pkgname=kmonad
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage=lts-14.07
|
stackage=lts-14.07
|
||||||
short_desc="Keyboard remapping utility providing qmk-like functionality"
|
short_desc="Keyboard remapping utility providing qmk-like functionality"
|
||||||
|
@ -13,6 +13,7 @@ checksum="3f61c546d456354a15326558eb8025024ab3d51ef2f6ec761da5568e4473f7ec"
|
||||||
nopie_files="/usr/bin/kmonad"
|
nopie_files="/usr/bin/kmonad"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vinstall ${FILESDIR}/60-kmonad.rules 644 usr/lib/udev/rules.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue