summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5b409950d0ae166d1208f7a1a5a87e1cd8255a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Christoph Haag <haagch+aur@frickel.club>

pkgname=vive-udev
pkgver=1
pkgrel=4
pkgdesc="Udev rule for the Vive for the group \"plugdev\""
arch=('any')
url="https://github.com/lubosz/OSVR-Vive-Libre/"
license=('custom')
source=('83-vive.rules')
sha256sums=('d7e20ae0001153eeddbff8e9815de774a5167251d26387b9011888876f3cf263')
install='vive-udev.install'

package() {
  install -m755 -d "${pkgdir}/usr/lib/udev/rules.d"
  install -m644 "${srcdir}/83-vive.rules" "${pkgdir}/usr/lib/udev/rules.d/"
}