contrib/livestreamer/Pkgfile

17 lines
502 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
2014-03-02 10:55:13 +01:00
# Depends on: requests rtmpdump
name=livestreamer
2015-03-14 09:08:24 +01:00
version=1.12.0
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 install --root=$PKG --optimize=1
}