summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Nedrebø2019-09-08 20:34:36 +0200
committerMathias Nedrebø2019-09-08 20:34:36 +0200
commit9bddbce32f5fc9211a8436b7b50a68ec07b7b4f8 (patch)
tree55e44a10ef4c3dd545ffae7999619d4c36c5fd61 /PKGBUILD
downloadaur-9bddbce32f5fc9211a8436b7b50a68ec07b7b4f8.tar.gz
Version 2.0.0.1_1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..80334d80698b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Mathias Nedrebø <mathias.nedrebo@zivid.com>
+
+pkgname=zivid-telicam-driver
+pkgver='2.0.0.1_1'
+pkgrel=1
+pkgdesc='Defining the Future of 3D Machine Vision'
+arch=('x86_64')
+license=('custom')
+url=https://www.zivid.com
+
+depends=()
+groups=(zivid-all)
+
+source=(https://www.zivid.com/hubfs/softwarefiles/releases/1.5.0+63f281e2-26/u18/zivid-telicam-driver_2.0.0.1-1_amd64.deb)
+sha256sums=(f2e74c45ec0513296a1508226fae2ec00cbca99d6e8f27938f5be64a435ea1ea)
+
+options=(!strip)
+
+package() {
+ bsdtar -xf data.tar.*z -C "${pkgdir}"
+}