New package: android-udev-rules-20200613

fixes #21850
This commit is contained in:
Rien Maertens 2020-06-28 11:31:49 +02:00 committed by Danh Doan
parent 393eacf380
commit 8a936a216f

View file

@ -0,0 +1,14 @@
# Template file for 'android-udev-rules'
pkgname=android-udev-rules
version=20200613
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=8c7fad8cf97fe106f826f07aa9f033e9aa9ee69422b35dada6d9d2df878b5473
do_install() {
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
}