Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
56adcf47
Commit
56adcf47
authored
Apr 03, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Apr 03, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add obs-linuxbrowser
parent
a8cf7a95
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
obs-linuxbrowser.sh
pack.d/obs-linuxbrowser.sh
+26
-0
obs-linuxbrowser.sh
play.d/obs-linuxbrowser.sh
+13
-0
No files found.
pack.d/obs-linuxbrowser.sh
0 → 100644
View file @
56adcf47
#!/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
play.d/obs-linuxbrowser.sh
0 → 100644
View file @
56adcf47
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment