Commit 4bcd29f6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add youtube-music

parent d0cbafdb
#!/bin/sh
PKGNAME=YouTube-Music
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)"
URL="https://github.com/th-ch/youtube-music"
. $(dirname $0)/common.sh
PKGURL=$(epm tool eget --list --latest https://github.com/th-ch/youtube-music/releases/ "YouTube-Music-$VERSION.AppImage")
epm install $PKGURL
......@@ -90,7 +90,7 @@ subst '1iAutoProv:no' $SPEC
subst '1iAutoReq:no' $SPEC
if [ -f v8_context_snapshot.bin ] ; then
"electron based application detected, install requires"
echo "electron based application detected, adding requires ..."
. $(dirname $0)/common-chromium-browser.sh
# don't use install: we disabled AutoReq before
add_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