23 lines
967 B
Bash
23 lines
967 B
Bash
# Template file for 'wally-udev-rules'
|
|
pkgname=wally-udev-rules
|
|
version=2.1.1
|
|
revision=2
|
|
build_style=fetch
|
|
short_desc="Set of udev rules for ZSA keyboards, for usage with wally and oryx"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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"
|
|
|
|
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
|
|
}
|