17 lines
648 B
Bash
17 lines
648 B
Bash
# Template file for 'yt-dlp'
|
|
pkgname=yt-dlp
|
|
version=2024.03.10
|
|
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=1db8eade9e860543b655f5f973e26727ac2cc20874dc6fed9a3e78a4a05ee989
|