16 lines
584 B
Bash
16 lines
584 B
Bash
# Template file for 'android-udev-rules'
|
|
pkgname=android-udev-rules
|
|
version=20210302
|
|
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=57c8f8d05492e407485f70a4c571a75d6a28d47b97debc8b279819ff82f19b5b
|
|
system_groups="adbusers"
|
|
|
|
do_install() {
|
|
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
|
|
}
|