mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
23 lines
488 B
YAML
23 lines
488 B
YAML
distributable:
|
|
url: https://github.com/ytdl-org/youtube-dl/archive/86e3cf5e58.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
# this repo is no longer active, there is an important fix on master that
|
|
# we want so we are releasing our own
|
|
- 2023.08.04
|
|
#github: ytdl-org/youtube-dl
|
|
#strip: /^youtube-dl /
|
|
|
|
dependencies:
|
|
python.org: '>=3<3.12'
|
|
|
|
build:
|
|
python-venv.sh {{prefix}}/bin/youtube-dl
|
|
|
|
test:
|
|
youtube-dl --simulate https://youtu.be/pOtd1cbOP7k
|
|
|
|
provides:
|
|
- bin/youtube-dl
|