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.
15 lines
352 B
15 lines
352 B
8 years ago
|
import 'compile/python'
|
||
|
|
||
|
name=streamlink
|
||
8 years ago
|
version=0.1.0
|
||
|
update_url="https://github.com/$name/$name/releases"
|
||
8 years ago
|
|
||
8 years ago
|
dlextract "https://github.com/$name/$name/releases/download/$version/$name-$version.tar.gz" \
|
||
|
'3b54a7cfd6538853f9a8e86508e1cce5'
|
||
8 years ago
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_python 3
|
||
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|