18 lines
645 B
Plaintext
Raw Normal View History

2017-02-04 19:52:03 +11:00
# Description: A CLI utility that pipes videos from online streaming services to a variety of video players.
# URL: https://pypi.python.org/pypi/streamlink/
# Maintainer: Danny Rawlins, crux at romster dot me
2019-09-21 13:57:05 +10:00
# Depends on: python3-iso-639 python3-iso3166 python3-isodate python3-pycryptodome python3-pysocks python3-requests python3-websocket-client
2017-02-04 19:52:03 +11:00
name=streamlink
2020-07-08 21:16:34 +10:00
version=1.5.0
2019-03-06 00:40:18 +11:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz)
2017-02-04 19:52:03 +11:00
build() {
cd $name-$version
2017-02-04 19:52:03 +11:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
install -d $PKG/etc/ssl/certs/
2017-02-04 19:52:03 +11:00
}