Date: Wednesday, December 6, 2017 @ 18:02:47
  Author: anatolik
Revision: 272564

archrelease: copy trunk to community-testing-any

Added:
  android-udev/repos/community-testing-any/
  android-udev/repos/community-testing-any/PKGBUILD
    (from rev 272563, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-testing-any/android-udev.install
    (from rev 272563, android-udev/trunk/android-udev.install)

----------------------+
 PKGBUILD             |   20 ++++++++++++++++++++
 android-udev.install |    4 ++++
 2 files changed, 24 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 272563, 
android-udev/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2017-12-06 18:02:47 UTC (rev 272564)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20171206
+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)
+install='android-udev.install'
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+md5sums=('2af65a4b71aa20d72df23401712d853b')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 
272563, android-udev/trunk/android-udev.install)
===================================================================
--- community-testing-any/android-udev.install                          (rev 0)
+++ community-testing-any/android-udev.install  2017-12-06 18:02:47 UTC (rev 
272564)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}

Reply via email to