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
813b731d
Commit
813b731d
authored
May 28, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play sferum: abandoned by upstream, removed
parent
220b152c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
55 deletions
+0
-55
sferum.sh
play.d/sferum.sh
+0
-34
sferum.sh
repack.d/sferum.sh
+0
-21
No files found.
play.d/sferum.sh
deleted
100755 → 0
View file @
220b152c
#!/bin/sh
PKGNAME
=
sferum
SUPPORTEDARCHES
=
"x86_64 x86"
VERSION
=
"
$2
"
DESCRIPTION
=
"Sferum for Linux from the official site"
URL
=
"https://st.mycdn.me/static/sferum/latest/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
arch
=
$(
epm print info
--distro-arch
)
case
$arch
in
x86_64|amd64
)
arch
=
$arch
;;
i686|i386
)
arch
=
$arch
;;
i586
)
arch
=
i686
;;
*
)
fatal
"Unsupported arch
$arch
for
$(
epm print info
-d
)
"
esac
#https://st.mycdn.me/static/sferum/latest/sferum-i386.deb
#https://st.mycdn.me/static/sferum/latest/sferum-amd64.deb
#https://st.mycdn.me/static/sferum/latest/sferum-i686.rpm
#https://st.mycdn.me/static/sferum/latest/sferum-x86_64.rpm
# can't use constructname due '-' before arch
#epm install "https://st.mycdn.me/static/sferum/latest/$(epm print constructname $PKGNAME '' $arch '' '-')"
PKGURL
=
"https://st.mycdn.me/static/sferum/latest/
$PKGNAME
-
$arch
.
$(
epm print info
-p
)
"
install_pkgurl
repack.d/sferum.sh
deleted
100755 → 0
View file @
220b152c
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
Sferum
PRODUCTCUR
=
sferum
PRODUCTDIR
=
/opt/
$PRODUCT
.
$(
dirname
$0
)
/common-chromium-browser.sh
cleanup
add_bin_exec_command
$PRODUCTCUR
add_bin_exec_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCTCUR
fix_chrome_sandbox
fix_desktop_file /opt/Sferum/sferum
add_electron_deps
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