summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Nedrebø2019-05-05 01:24:48 +0200
committerMathias Nedrebø2019-05-05 01:24:48 +0200
commit679574cd3f5064d3c7ed82d9d51e4d4bc489c836 (patch)
tree2bce954cc4eb7f7f7cdd55629b6244db2d974791 /PKGBUILD
downloadaur-679574cd3f5064d3c7ed82d9d51e4d4bc489c836.tar.gz
Version 1.3.0+bb9ee328_10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..259677cfd798
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Mathias Nedrebø <mathias.nedrebo@zivid.com>
+
+pkgname=zivid
+pkgver='1.3.0+bb9ee328_10'
+pkgrel=1
+pkgdesc='Defining the Future of 3D Machine Vision'
+arch=('x86_64')
+license=('custom')
+url=https://www.zivid.com
+
+depends=(zivid-telicam-sdk)
+optdepends=('opencl-nvidia: To use Zivid with Nvidia GPUs' 'opencl-amd: To use Zivid with Nvidia GPUs' 'intel-compute-runtime: To use Zivid with Intel GPUs')
+
+groups=(zivid-all)
+
+source=(https://www.zivid.com/hubfs/softwarefiles/releases/1.3.0+bb9ee328-10/u18/zivid_1.3.0+bb9ee328-10_amd64.deb)
+sha256sums=(04667a1c48ab9f625a0f6c77a6433be01f5cde103c807dec094ef594651f34ce)
+
+options=(!strip)
+
+package() {
+ bsdtar -xf data.tar.*z -C "${pkgdir}"
+}