summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothy Redaelli2015-07-14 15:20:30 +0200
committerTimothy Redaelli2015-07-14 15:20:30 +0200
commitafb50fb1816d61767e6df241b9539df3c2c160f3 (patch)
tree58fcec465b58a6eb6cec50eaf4dcd53314a025fd /PKGBUILD
downloadaur-hw1-udev.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f4b53d9dd89a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+
+pkgname=hw1-udev
+pkgver=1
+pkgrel=1
+pkgdesc='Udev rules to connect HW-1 wallet to your linux box'
+arch=(any)
+url='https://hardwarewallet.com/'
+license=(GPL)
+depends=(udev)
+install='hw1-udev.install'
+
+source=(51-hw1.rules)
+md5sums=('fb3d300474303aa1518bdb7e2e7429ca')
+
+package() {
+ install -Dm 644 51-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/51-hw1.rules
+}