void-packages/srcpkgs/wally-udev-rules/template
2021-10-15 00:18:47 +02:00

24 lines
1,013 B
Bash

# 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
}