17 lines
771 B
Bash
17 lines
771 B
Bash
# Template file for 'yt-dlp'
|
|
pkgname=yt-dlp
|
|
version=2024.07.02
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_args="-k not((download)or(test_socks))"
|
|
hostmakedepends="hatchling"
|
|
depends="python3-Brotli python3-certifi python3-mutagen python3-requests python3-websockets"
|
|
checkdepends="python3-pytest-xdist $depends"
|
|
short_desc="CLI program to download videos from YouTube and other sites"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
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>yt-dlp-$version.tar.gz"
|
|
checksum=1094af3a5827a6a31269b97bd701456269af18595427c9905f3ffbe1a11582a0
|