Commit 12cd9019 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add Murglar-Desktop

parent fe1db297
#!/bin/sh
PKGNAME=Murglar-Desktop
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Desktop player/downloader for popular music streaming services"
URL="https://murglar.app"
. $(dirname $0)/common.sh
PKGURL=$(eget --list --latest https://github.com/badmannersteam/murglar-downloads/releases "Murglar-Desktop-$VERSION-linux-x64.appimage")
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_unirequires libappindicator3.so.1
add_unirequires vlc-mini
add_libs_requires
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