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