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
358 B
15 lines
358 B
8 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=telegram-purple
|
||
|
version=1.3.0
|
||
|
update_url="https://github.com/majn/$name/releases"
|
||
|
|
||
|
dlextract "https://github.com/majn/$name/releases/download/v$version/${name}_$version.orig.tar.gz" \
|
||
|
'7749f02b9b024094bf6aec38dc3969c0'
|
||
|
header_end
|
||
|
|
||
|
cd "$name"
|
||
|
compile_configure
|
||
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|