[arch-commits] Commit in android-udev/repos (3 files)

Anatol Pomozov anatolik at archlinux.org
Wed Jan 20 18:55:30 UTC 2016


    Date: Wednesday, January 20, 2016 @ 19:55:30
  Author: anatolik
Revision: 158328

archrelease: copy trunk to community-testing-any

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

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

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 158327, android-udev/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-01-20 18:55:30 UTC (rev 158328)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r182
+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)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=f276ea1be761acb4a5987591a7a9e103e49afe80
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf "r%s" "$(git rev-list --count HEAD)"
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules "$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 158327, android-udev/trunk/android-udev.install)
===================================================================
--- community-testing-any/android-udev.install	                        (rev 0)
+++ community-testing-any/android-udev.install	2016-01-20 18:55:30 UTC (rev 158328)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}



More information about the arch-commits mailing list