summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Nedrebø2019-05-05 01:24:54 +0200
committerMathias Nedrebø2019-05-05 01:24:54 +0200
commit6214f97f84a03e0573f7d5418219b0eeec08143c (patch)
treef50d55955b3145fbfff8941c8ec77c02a28c6307
downloadaur-6214f97f84a03e0573f7d5418219b0eeec08143c.tar.gz
Version 1.3.0+bb9ee328_10
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e905fc632638
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = zivid-studio
+ pkgdesc = Defining the Future of 3D Machine Vision
+ pkgver = 1.3.0+bb9ee328_10
+ pkgrel = 1
+ url = https://www.zivid.com
+ arch = x86_64
+ groups = zivid-all
+ license = custom
+ depends = zivid
+ options = !strip
+ source = https://www.zivid.com/hubfs/softwarefiles/releases/1.3.0+bb9ee328-10/u18/zivid-studio_1.3.0+bb9ee328-10_amd64.deb
+ sha256sums = 2fded4a0b4ed21ac6e880fd834d03bff704398af4e1b7a459df018912e4daf19
+
+pkgname = zivid-studio
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f75ede0293ee
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Mathias Nedrebø <mathias.nedrebo@zivid.com>
+
+pkgname=zivid-studio
+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)
+optdepends=()
+
+groups=(zivid-all)
+
+source=(https://www.zivid.com/hubfs/softwarefiles/releases/1.3.0+bb9ee328-10/u18/zivid-studio_1.3.0+bb9ee328-10_amd64.deb)
+sha256sums=(2fded4a0b4ed21ac6e880fd834d03bff704398af4e1b7a459df018912e4daf19)
+
+options=(!strip)
+
+package() {
+ bsdtar -xf data.tar.*z -C "${pkgdir}"
+}