contrib/python3-streamlink/Pkgfile
2017-02-04 19:52:34 +11:00

16 lines
608 B
Plaintext

# 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-pycryptodome python3-requests
name=python3-streamlink
version=0.3.1
release=1
source=(https://pypi.python.org/packages/ce/56/840b7cfb1de49afc9e089a634c01c8cc9f37fc971f6f8678c266bbc21f50/streamlink-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}