summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f4b53d9dd89a53c1888494cc328d5e245baf5f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}