void-packages/srcpkgs/yt-dlp/template

20 lines
689 B
Bash
Raw Normal View History

2021-09-02 20:55:24 +00:00
# Template file for 'yt-dlp'
pkgname=yt-dlp
2021-09-26 12:54:43 +00:00
version=2021.09.25
2021-09-02 20:55:24 +00:00
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"
2021-09-26 12:54:43 +00:00
homepage="https://github.com/yt-dlp/yt-dlp"
2021-09-02 20:55:24 +00:00
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"
2021-09-26 12:54:43 +00:00
checksum=ae08e0b56fea59a8bfdadacd92eddc9bdfdc1473199178cb4e31bacfd991864a
2021-09-02 20:55:24 +00:00
do_check() {
PYTHON=/usr/bin/python3 make offlinetest
}