Date: Thursday, September 22, 2022 @ 16:16:13
Author: anatolik
Revision: 1309023
archrelease: copy trunk to community-testing-any
Added:
android-udev/repos/community-testing-any/
android-udev/repos/community-testing-any/PKGBUILD
(from rev 1309022, android-udev/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 1309022,
android-udev/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2022-09-22 16:16:13 UTC (rev 1309023)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20220903
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+sha1sums=('b1cb22c7c02c4013921e74eaacaabf38af7db751')
+
+package() {
+ cd android-udev-rules-$pkgver
+ install -Dm 644 51-android.rules
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+ install -Dm 644 android-udev.conf
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
+}