summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Giraudou2017-10-10 21:54:27 +0200
committerBenoît Giraudou2017-10-10 21:54:27 +0200
commit9b852f0b7a26ab883dc4dabcc87d83e35ce7fdfc (patch)
treec605e2b418e754a0ccf7a25b6c45880de9305db5
downloadaur-9b852f0b7a26ab883dc4dabcc87d83e35ce7fdfc.tar.gz
Add obs-ndi-bin package
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ab9a3f5e0119
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = obs-ndi-bin
+ pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
+ pkgver = 4.1.3
+ pkgrel = 1
+ url = https://github.com/Palakis/obs-ndi
+ arch = x86_64
+ license = LGPL2.1
+ depends = libndi3
+ source = https://github.com/Palakis/obs-ndi/releases/download/4.1.3/obs-ndi_4.1.3-1_amd64.deb
+ sha256sums = 9f5316bfe50f2ea6ca6e80c872046b6aa6f08fe2d155b8365665e949ffe38a2d
+
+pkgname = obs-ndi-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..eb1782fce3de
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Benoît Giraudou <bgiraudou @ gmail.com>
+relpkgname=obs-ndi
+pkgname=${relpkgname}-bin
+pkgver=4.1.3
+pkgrel=1
+pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/Palakis/obs-ndi"
+depends=('libndi3')
+
+source=("${url}/releases/download/${pkgver}/${relpkgname}_${pkgver}-${pkgrel}_amd64.deb")
+sha256sums=('9f5316bfe50f2ea6ca6e80c872046b6aa6f08fe2d155b8365665e949ffe38a2d')
+
+package() {
+ cd "${srcdir}"
+
+ tar -xJf data.tar.xz -C "${pkgdir}"
+}