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
|
2022-06-19 13:06:23 +02:00
|
|
|
# Depends on: python3-iso-639 python3-iso3166 python3-isodate python3-pycountry python3-pycryptodome python3-pysocks python3-requests python3-versioningit python3-websocket-client
|
2017-02-04 19:52:03 +11:00
|
|
|
|
2017-11-25 17:58:01 +11:00
|
|
|
name=streamlink
|
2022-12-03 20:36:20 +00:00
|
|
|
version=5.1.2
|
2019-03-06 00:40:18 +11:00
|
|
|
release=1
|
2017-11-25 17:58:01 +11:00
|
|
|
source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz)
|
2017-02-04 19:52:03 +11:00
|
|
|
|
|
|
|
build() {
|
2017-11-25 17:58:01 +11:00
|
|
|
cd $name-$version
|
2022-07-10 15:42:21 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2019-03-02 15:56:07 +11:00
|
|
|
|
|
|
|
install -d $PKG/etc/ssl/certs/
|
2017-02-04 19:52:03 +11:00
|
|
|
}
|