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
Builder Robot
eepm
Commits
79e31b58
Commit
79e31b58
authored
Nov 14, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Nov 15, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play max: replace appimage to deb and rpm (eterbug #18399)
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
12232c08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
2 deletions
+33
-2
max.sh
play.d/max.sh
+10
-2
max.sh
repack.d/max.sh
+23
-0
No files found.
play.d/max.sh
View file @
79e31b58
#!/bin/sh
PKGNAME
=
MAX
PKGNAME
=
max
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
'Быстрое и лёгкое приложение для общения и решения повседневных задач'
URL
=
"https://max.ru/"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"https://download.max.ru/electron/MAX.AppImage"
pkgtype
=
$(
epm print info
-p
)
case
$pkgtype
in
rpm
)
PKGURL
=
"https://download.max.ru/electron/MAX.rpm"
;;
*
)
PKGURL
=
"https://download.max.ru/electron/MAX.deb"
;;
esac
install_pkgurl
repack.d/max.sh
0 → 100755
View file @
79e31b58
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
MAX
PRODUCTCUR
=
max
PRODUCTDIR
=
/opt/
$PRODUCT
.
$(
dirname
$0
)
/common.sh
fix_chrome_sandbox
fix_desktop_file
$PRODUCTDIR
/
$PRODUCT
$PRODUCTCUR
add_bin_link_command
$PRODUCTCUR
$PRODUCTDIR
/
$PRODUCT
remove_file
$PRODUCTDIR
/resources/app-update.yml
add_electron_deps
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