Commit ffa803e5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: net.downloadhelper.coapp

parent 6efadedb
#!/bin/sh
PKGNAME=net.downloadhelper.coapp
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Video DownloadHelper Companion App"
URL="https://www.downloadhelper.net/install-coapp"
. $(dirname $0)/common.sh
mask="$PKGNAME-*_amd64.deb"
PKGURL=$(eget --list --latest https://github.com/mi-g/vdhcoapp/releases/ $mask) || fatal "Can't get package URL"
repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
epm install $repack "$PKGURL"
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