void-packages/srcpkgs/yt-dlp/template
2021-09-12 19:48:58 +02:00

19 lines
674 B
Bash

# 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
}