contrib/livestreamer/Pkgfile

17 lines
560 B
Plaintext
Raw Normal View History

2014-03-02 10:55:13 +01:00
# Description: CLI program that launches streams from various streaming services in a custom video player.
# URL: https://github.com/chrippa/livestreamer
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: futures requests rtmpdump singledispatch six
2014-03-02 10:55:13 +01:00
name=livestreamer
2015-06-14 06:30:07 +02:00
version=1.12.2
2014-03-02 10:55:13 +01:00
release=1
source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py build
2014-03-02 10:55:13 +01:00
/usr/bin/python setup.py install --root=$PKG --optimize=1
}