mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
61d98f671e
closes #6446
28 lines
658 B
YAML
28 lines
658 B
YAML
distributable:
|
|
url: https://github.com/streamlink/streamlink/releases/download/{{version}}/streamlink-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: streamlink/streamlink
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1
|
|
|
|
companions:
|
|
ffmpeg.org: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
python.org: ~3.12
|
|
script:
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
- bkpyvenv seal {{prefix}} streamlink
|
|
|
|
provides:
|
|
- bin/streamlink
|
|
|
|
test:
|
|
- streamlink --version | grep {{version}}
|
|
- "streamlink --ffmpeg-no-validation -l debug 'https://www.youtube.com/watch?v=Hs_T71CxaPI' | grep 'Available streams: audio_mp4a, audio_opus'"
|