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
e81056ba
Commit
e81056ba
authored
Mar 25, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Mar 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add yandex-messenger
parent
8b6a2953
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
yandex-messenger.sh
play.d/yandex-messenger.sh
+14
-0
chats.sh
repack.d/chats.sh
+19
-0
No files found.
play.d/yandex-messenger.sh
0 → 100755
View file @
e81056ba
#!/bin/sh
PKGNAME
=
chats
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Yandex Messenger is designed for communication: send text messages, make audio and video calls in private and group chats, subscribe to and create channels."
URL
=
"https://yandex.ru/support/messenger/index.html"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"ipfs://Qma7e4MpopXpeoNnTsCXxx92q1oTrgJmz1aHjecvcEBNWx?filename=Yandex_Messenger_2.155.0_amd64.deb"
epm
install
--repack
$PKGURL
\ No newline at end of file
repack.d/chats.sh
0 → 100755
View file @
e81056ba
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCTDIR
=
/opt/yandex-messenger
PRODUCTCUR
=
yandex-messenger
.
$(
dirname
$0
)
/common-chromium-browser.sh
move_to_opt
"/opt/Yandex Messenger"
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCT
add_bin_link_command
$PRODUCTCUR
$PRODUCT
fix_desktop_file
"/opt/Yandex Messenger"
"/opt/yandex-messenger"
fix_chrome_sandbox
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