clipgrab.sh 441 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=ClipGrab
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9 10
DESCRIPTION="ClibGrab - A friendly downloader for YouTube and other sites from the official site"
URL="https://clipgrab.org/"

. $(dirname $0)/common.sh

11 12 13
if [ "$VERSION" != "*" ] ; then
    PKGURL="https://download.clipgrab.org/ClipGrab-$VERSION-x86_64.AppImage"
else
14
    PKGURL="$(eget --list --latest https://clipgrab.org/ "ClipGrab-*-x86_64.AppImage")"
15
fi
16

17
install_pkgurl