Commit 56adcf47 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add obs-linuxbrowser

parent a8cf7a95
#!/bin/sh
TAR="$1"
RETURNTARNAME="$2"
. $(dirname $0)/common.sh
# linuxbrowser0.6.1-obs23.0.2-64bit.tgz
BASENAME=$(basename $TAR .tgz)
VERSION=$(echo $BASENAME | sed -e 's|^linuxbrowser||' -e 's|-obs.*||')
erc unpack $TAR || fatal
cd * || fatal
mkdir -p usr/lib64/obs-plugins/
mkdir -p usr/share/obs/obs-plugins/obs-linuxbrowser/
install -Dm755 bin/64bit/* usr/lib64/obs-plugins/
cp -R data/* usr/share/obs/obs-plugins/obs-linuxbrowser/
PKGNAME=$PRODUCT-$VERSION
erc pack $PKGNAME.tar usr || fatal
return_tar $PKGNAME.tar
#!/bin/sh
PKGNAME=obs-linuxbrowser
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Portable version of OBS linux browser"
URL="https://github.com/bazukas/obs-linuxbrowser/"
. $(dirname $0)/common.sh
PKGURL=$(eget --list --latest https://github.com/bazukas/obs-linuxbrowser/releases ".tgz")
install_pack_pkgurl
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