# $Id: PKGBUILD 139614 2015-09-08 14:09:55Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@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
}
