17 lines
648 B
Bash
17 lines
648 B
Bash
# Template file for 'yt-dlp'
|
|
pkgname=yt-dlp
|
|
version=2024.04.09
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_args="-k not(download)"
|
|
hostmakedepends="hatchling"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-xdist"
|
|
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"
|
|
checksum=59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed
|