New package: wally-udev-rules-2.1.1
This commit is contained in:
parent
15a5f952ee
commit
d20172adc8
2 changed files with 26 additions and 0 deletions
3
srcpkgs/wally-udev-rules/INSTALL.msg
Normal file
3
srcpkgs/wally-udev-rules/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
|||
Please add your user to the group 'plugdev' by executing the following:
|
||||
|
||||
usermod -aG plugdev "$USER"
|
23
srcpkgs/wally-udev-rules/template
Normal file
23
srcpkgs/wally-udev-rules/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'wally-udev-rules'
|
||||
pkgname=wally-udev-rules
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=fetch
|
||||
short_desc="Set of udev rules for ZSA keyboards, for usage with wally and oryx"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/zsa/wally"
|
||||
distfiles="https://raw.githubusercontent.com/zsa/wally/${version}/dist/linux64/50-oryx.rules
|
||||
https://raw.githubusercontent.com/zsa/wally/${version}/dist/linux64/50-wally.rules
|
||||
https://raw.githubusercontent.com/zsa/wally/${version}/license.md"
|
||||
checksum="6c7d4d27745080269115c58c4c5d863b23c534635975f3bca581c52687721c52
|
||||
269c9196bc65b2e62be549e3d34e56768fe702ff099b7780a1661ca4c92a0143
|
||||
d2841d63f4e0bdfda102390ab1ca09136230d22f88538863b24b0c7fc68e548e"
|
||||
conf_files="/usr/lib/udev/rules.d/50-wally.rules /usr/lib/udev/rules.d/50-oryx.rules"
|
||||
system_groups="plugdev"
|
||||
|
||||
do_install() {
|
||||
vlicense license.md
|
||||
vinstall 50-oryx.rules 0644 /usr/lib/udev/rules.d
|
||||
vinstall 50-wally.rules 0644 /usr/lib/udev/rules.d
|
||||
}
|
Loading…
Add table
Reference in a new issue