Commit a24465a7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add clibgrab

parent aca066ce
#!/bin/sh
PKGNAME=ClipGrab
SUPPORTEDARCHES="x86_64"
DESCRIPTION="ClibGrab - A friendly downloader for YouTube and other sites from the official site"
URL="https://clipgrab.org/"
. $(dirname $0)/common.sh
PKGURL="$(eget --list --latest https://clipgrab.org/ "ClipGrab-*-x86_64.AppImage")"
epm install $PKGURL
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_requires yt-dlp
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