17 lines
657 B
Bash
17 lines
657 B
Bash
# Template file for 'yt-dlp'
|
|
pkgname=yt-dlp
|
|
version=2023.12.30
|
|
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="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=5408fe5d12cd1c430ee10346770e3d60baad5c63a38b41c8967005e4956780a7
|