17 lines
648 B
Bash
17 lines
648 B
Bash
# Template file for 'android-udev-rules'
|
|
pkgname=android-udev-rules
|
|
version=20230614
|
|
revision=1
|
|
short_desc="Android udev rules list aimed to be the most comprehensive on the net"
|
|
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/M0Rf30/android-udev-rules"
|
|
changelog="https://github.com/M0Rf30/android-udev-rules/releases"
|
|
distfiles="https://github.com/M0Rf30/android-udev-rules/archive/${version}.tar.gz"
|
|
checksum=563b8f3194110b7173dfaad61e74da2842b28c4f2409dedce04d5572ef2f056f
|
|
system_groups="adbusers"
|
|
|
|
do_install() {
|
|
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
|
|
}
|