Commit e9ea5de2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add obs-studio-plugin-distroav

parent afac7a83
#!/bin/sh
PKGNAME=obs-studio-plugin-distroav
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="DistroAV (OBS-NDI) - NDI integration for OBS Studio"
URL="https://github.com/DistroAV/DistroAV"
. $(dirname $0)/common.sh
# distroav-6.1.1-x86_64-linux-gnu.deb
PKGURL=$(get_github_url DistroAV/DistroAV "distroav-${VERSION}-x86_64-linux-gnu.deb")
install_pkgurl
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PKGNAME=obs-studio-plugin-distroav
. $(dirname $0)/common.sh
# rename package from distroav to obs-studio-plugin-distroav
subst "s|^Name:.*|Name: $PKGNAME|" $SPEC
# add dependency on obs-studio
add_requires obs-studio
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment