Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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
351 B

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
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: