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