Commit 774debe3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add yaradio-yamusic

parent da7f80c6
#!/bin/sh
PKGNAME=yaradio-yamusic
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Yandex Radio + Yandex Music - unofficial desktop application"
URL="https://github.com/dedpnd/yaradio-yamusic"
. $(dirname $0)/common.sh
arch=amd64
# https://github.com/dedpnd/yaradio-yamusic/releases/download/v1.0.6/yaradio-yamusic_1.0.6_amd64.deb
PKGURL=$(epm tool eget --list --latest https://github.com/dedpnd/yaradio-yamusic/releases "${PKGNAME}_${VERSION}_$arch.deb")
epm install $PKGURL
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=yaradio-yamusic
PRODUCTDIR=/opt/YaMusic.app
. $(dirname $0)/common-chromium-browser.sh
add_bin_link_command
#add_bin_link_command $PRODUCTCUR $PRODUCT
install_deps
fix_chrome_sandbox
fix_desktop_file
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