You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
382 B
14 lines
382 B
import 'compile/python'
|
|
|
|
name=streamlink
|
|
version=0.0.1
|
|
update_url="https://pypi.python.org/pypi/$name"
|
|
|
|
dlextract "https://pypi.python.org/packages/13/6c/4229db78905aecc0f606b6a8ac9f1fa374a6a53de4f5b529035c5083b1c1/$name-$version.tar.gz" \
|
|
'898cc1113592ee30d8a4533a26261045'
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
compile_python 3
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|