15 lines
584 B
Bash
15 lines
584 B
Bash
# Template file for 'android-udev-rules'
|
|
pkgname=android-udev-rules
|
|
version=20200613
|
|
revision=2
|
|
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=8c7fad8cf97fe106f826f07aa9f033e9aa9ee69422b35dada6d9d2df878b5473
|
|
system_groups="adbusers"
|
|
|
|
do_install() {
|
|
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
|
|
}
|