void-packages/srcpkgs/android-udev-rules/template

16 lines
584 B
Bash

# Template file for 'android-udev-rules'
pkgname=android-udev-rules
version=20220611
revision=1
short_desc="Android udev rules list aimed to be the most comprehensive on the net"
maintainer="Rien Maertens <rien.maertens@posteo.be>"
license="GPL-3.0-or-later"
homepage="https://github.com/M0Rf30/android-udev-rules"
distfiles="https://github.com/M0Rf30/android-udev-rules/archive/${version}.tar.gz"
checksum=95c4dee7f3e94ddc9b580cd2e6712e7cb36809007d6f25906f863338f3054f6e
system_groups="adbusers"
do_install() {
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
}