Commit e81056ba authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add yandex-messenger

parent 8b6a2953
#!/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
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment