void-packages/srcpkgs/yt-dlp/template
2021-10-23 00:02:40 +02:00

20 lines
689 B
Bash

# Template file for 'yt-dlp'
pkgname=yt-dlp
version=2021.10.22
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://github.com/yt-dlp/yt-dlp"
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=075d7e04fb8882bd4722859e93d0eb465a8f7c13921fd091ed3791be2b670476
do_check() {
PYTHON=/usr/bin/python3 make offlinetest
}