20 lines
689 B
Bash
20 lines
689 B
Bash
# Template file for 'yt-dlp'
|
|
pkgname=yt-dlp
|
|
version=2023.01.06
|
|
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=a77b01ed42e8436233bb36ea405a46b6a05fbc1b24726f11815b515face2d116
|
|
|
|
do_check() {
|
|
PYTHON=/usr/bin/python3 make offlinetest
|
|
}
|