mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
22 lines
368 B
YAML
22 lines
368 B
YAML
distributable:
|
|
url: https://github.com/yt-dlp/yt-dlp/releases/download/{{version.raw}}/yt-dlp.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: yt-dlp/yt-dlp
|
|
strip: /^yt-dlp /
|
|
|
|
dependencies:
|
|
python.org: 3
|
|
|
|
build:
|
|
dependencies:
|
|
script:
|
|
python-venv.sh {{prefix}}/bin/yt-dlp
|
|
|
|
test:
|
|
yt-dlp --simulate https://youtu.be/pOtd1cbOP7k
|
|
|
|
provides:
|
|
- bin/yt-dlp
|