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

Anatol Pomozov anatolik at archlinux.org
Sun Jan 21 17:14:22 UTC 2018


    Date: Sunday, January 21, 2018 @ 17:14:18
  Author: anatolik
Revision: 284615

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 284614, android-udev/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-01-21 17:14:18 UTC (rev 284615)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20180112
+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=('e7bd2c4c4fe887c643dc44d4ae5c0bdd264292b1')
+
+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
+}



More information about the arch-commits mailing list