🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: libndi-bin
pkgver: '4.5.1'
pkgrel: 1
pkgdesc: 'SDK NewTek NDI dla wtyczki obs-ndi / DistroAV'
url: 'https://github.com/Palakis/obs-ndi'
arch: x86_64
license:
- custom
depends: []
makedepends:
- bsdtar
source:
- 'https://github.com/Palakis/obs-ndi/releases/download/4.9.0/libndi4_${pkgver}-1_amd64.deb'
sha256sums:
- SKIP
build: |
bsdtar -xf "libndi4_${pkgver}-1_amd64.deb"
package: |
tar -xJf data.tar.xz -C "${PKGDIR}"
rm -f "${PKGDIR}/usr/lib/libndi.so.4"
find "${PKGDIR}" -type d -exec chmod 755 {} +