mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
new file: projects/streamlink.github.io/package.yml (#5606)
This commit is contained in:
parent
d6c56c8810
commit
7397b9a288
1 changed files with 24 additions and 0 deletions
24
projects/streamlink.github.io/package.yml
Normal file
24
projects/streamlink.github.io/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
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 '720p (best)'
|
Loading…
Reference in a new issue