contrib/python3-streamlink/Pkgfile

16 lines
619 B
Plaintext
Raw Normal View History

2017-02-04 09:52:03 +01: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
# Depends on: python3-iso-639 python3-iso3166 python3-pycryptodome python3-requests python3-websocket-client python3-pysocks
2017-02-04 09:52:03 +01:00
name=python3-streamlink
2017-09-25 13:17:11 +02:00
version=0.8.1
2017-02-04 09:52:03 +01:00
release=1
2017-02-12 10:55:56 +01:00
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
2017-02-04 09:52:03 +01:00
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}