[arch-commits] Commit in btchip-udev/repos (4 files)

Timothy Redaelli tredaelli at archlinux.org
Tue Sep 8 14:09:55 UTC 2015


    Date: Tuesday, September 8, 2015 @ 16:09:55
  Author: tredaelli
Revision: 139614

archrelease: copy trunk to community-any

Added:
  btchip-udev/repos/community-any/
  btchip-udev/repos/community-any/51-hw1.rules
    (from rev 139613, btchip-udev/trunk/51-hw1.rules)
  btchip-udev/repos/community-any/PKGBUILD
    (from rev 139613, btchip-udev/trunk/PKGBUILD)
  btchip-udev/repos/community-any/btchip-udev.install
    (from rev 139613, btchip-udev/trunk/btchip-udev.install)

---------------------+
 51-hw1.rules        |    6 ++++++
 PKGBUILD            |   19 +++++++++++++++++++
 btchip-udev.install |   11 +++++++++++
 3 files changed, 36 insertions(+)

Copied: btchip-udev/repos/community-any/51-hw1.rules (from rev 139613, btchip-udev/trunk/51-hw1.rules)
===================================================================
--- community-any/51-hw1.rules	                        (rev 0)
+++ community-any/51-hw1.rules	2015-09-08 14:09:55 UTC (rev 139614)
@@ -0,0 +1,6 @@
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", MODE="0666"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", MODE="0666"

Copied: btchip-udev/repos/community-any/PKGBUILD (from rev 139613, btchip-udev/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-09-08 14:09:55 UTC (rev 139614)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+
+pkgname=btchip-udev
+pkgver=1
+pkgrel=1
+pkgdesc='Udev rules to connect BTChip wallet to your linux box'
+arch=(any)
+url='https://hardwarewallet.com/'
+license=(GPL)
+depends=(udev)
+install='btchip-udev.install'
+
+source=(51-hw1.rules)
+md5sums=('6e871fe1291c0926b34e644b55b37b95')
+
+package() {
+  install -Dm 644 51-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/51-hw1.rules
+}

Copied: btchip-udev/repos/community-any/btchip-udev.install (from rev 139613, btchip-udev/trunk/btchip-udev.install)
===================================================================
--- community-any/btchip-udev.install	                        (rev 0)
+++ community-any/btchip-udev.install	2015-09-08 14:09:55 UTC (rev 139614)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm trigger
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list