summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2017-02-05 16:20:15 +0100
committerChristoph Haag2017-02-05 16:20:15 +0100
commit00dc99187a3909c5ac4038d470ad94b7e37351ea (patch)
tree3e94d20a0fc5fda3a08864dce9b7e372eda953a2 /PKGBUILD
downloadaur-00dc99187a3909c5ac4038d470ad94b7e37351ea.tar.gz
initial
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..859461efac27
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=psvr-udev
+pkgver=1
+pkgrel=2
+pkgdesc="Udev rule for the PSVR"
+arch=('any')
+url="https://www.playstation.com/en-us/explore/playstation-vr/"
+license=('custom')
+source=('83-psvr.rules')
+install='psvr-udev.install'
+
+package() {
+ install -m755 -d "${pkgdir}/usr/lib/udev/rules.d"
+ install -m644 "${srcdir}/83-psvr.rules" "${pkgdir}/usr/lib/udev/rules.d/"
+}
+md5sums=('efa93d15c70616a6617a5ff8013cd1cf')