New package: yt-dlp-2021.09.02
This commit is contained in:
parent
b5e0bf1709
commit
a26d024343
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'yt-dlp'
|
||||||
|
pkgname=yt-dlp
|
||||||
|
version=2021.09.02
|
||||||
|
revision=1
|
||||||
|
wrksrc="$pkgname"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
checkdepends="python3-pytest flake8 python3-nose"
|
||||||
|
short_desc="CLI program to download videos from YouTube and other sites"
|
||||||
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
|
license="Unlicense"
|
||||||
|
homepage="https://yt-dl.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
|
||||||
|
distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz"
|
||||||
|
checksum=6fd6a32ba43ea10ff12dd96c744b531c9b2a79a883b5f06f431a99e3bfc59598
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHON=/usr/bin/python3 make offlinetest
|
||||||
|
}
|
Loading…
Reference in New Issue