# 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 # Depends on: python3-iso-639 python3-iso3166 python3-isodate python3-pycountry python3-pycryptodome python3-pysocks python3-requests python3-versioningit python3-websocket-client name=streamlink version=5.0.1 release=1 source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz) build() { cd $name-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl install -d $PKG/etc/ssl/certs/ }