void-packages/srcpkgs/yt-dlp/template

20 lines
689 B
Bash

# Template file for 'yt-dlp'
pkgname=yt-dlp
version=2022.11.11
revision=1
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 <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=51fa055912c7fc742a882ff58236bd25b39055b98168a3563ed17cc575c3c3ae
do_check() {
PYTHON=/usr/bin/python3 make offlinetest
}