[arch-commits] Commit in android-udev/repos (3 files)
Anatol Pomozov
anatolik at archlinux.org
Sun Mar 1 01:26:54 UTC 2015
Date: Sunday, March 1, 2015 @ 02:26:53
Author: anatolik
Revision: 128443
archrelease: copy trunk to community-testing-any
Added:
android-udev/repos/community-testing-any/
android-udev/repos/community-testing-any/PKGBUILD
(from rev 128442, android-udev/trunk/PKGBUILD)
android-udev/repos/community-testing-any/android-udev.install
(from rev 128442, 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 128442, android-udev/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2015-03-01 01:26:53 UTC (rev 128443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r142
+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=2cc51a456ccfbca338c4e6b76211645aaac631e9
+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 128442, android-udev/trunk/android-udev.install)
===================================================================
--- community-testing-any/android-udev.install (rev 0)
+++ community-testing-any/android-udev.install 2015-03-01 01:26:53 UTC (rev 128443)
@@ -0,0 +1,4 @@
+post_install() {
+ getent group adbusers >/dev/null || groupadd -r adbusers
+ true
+}
More information about the arch-commits
mailing list