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
65767f7a
Commit
65767f7a
authored
Mar 24, 2025
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Mar 26, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add simplex (eterbug #18196)
parent
90fc6779
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
simplex.sh
play.d/simplex.sh
+19
-0
simplex.sh
repack.d/simplex.sh
+15
-0
No files found.
play.d/simplex.sh
0 → 100755
View file @
65767f7a
#!/bin/sh
PKGNAME
=
simplex
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'The first messaging network operating without user identifiers of any kind'
URL
=
"https://github.com/simplex-chat/simplex-chat"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_url
"https://github.com/simplex-chat/simplex-chat"
"simplex-desktop-ubuntu-22_04-x86_64.deb"
)
else
PKGURL
=
"https://github.com/simplex-chat/simplex-chat/releases/download/v
$VERSION
/simplex-desktop-ubuntu-22_04-x86_64.deb"
fi
install_pkgurl
repack.d/simplex.sh
0 → 100755
View file @
65767f7a
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_bin_exec_command
$PRODUCT
$PRODUCTDIR
/bin/
$PRODUCT
install_file
$PRODUCTDIR
/lib/simplex-simplex.desktop /usr/share/applications/simplex-simplex.desktop
install_file
$PRODUCTDIR
/lib/simplex.png /usr/share/icons/hicolor/512x512/apps/simplex.png
ignore_lib_requires
'libglapi.so.0()(64bit)'
add_libs_requires
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