# Template file for 'yt-dlp' pkgname=yt-dlp version=2022.04.08 revision=1 wrksrc="$pkgname" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest flake8 python3-nose" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek " 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=a9ea3753977dd82f051f0674fbdc3eb5ff49a67246f4bd3cac5745702828d1db do_check() { PYTHON=/usr/bin/python3 make offlinetest }