17 lines
652 B
Bash
17 lines
652 B
Bash
# Template file for 'yt-dlp'
|
|
pkgname=yt-dlp
|
|
version=2023.07.06
|
|
revision=1
|
|
build_style=python3-module
|
|
make_check_args="-k not(download)"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-xdist"
|
|
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=6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980
|