milis/talimatname/genel/telegram-bin/talimat

17 lines
362 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Güvenli IM platformu olan Telegram uygulaması
# URL: http://www.telegram.org
# Packager: milisarge
# Depends on:
name=telegram-bin
version=0.9.49
release=1
source=(https://updates.tdesktop.com/tlinux/tsetup.$version.tar.xz)
build() {
cd Telegram
install -Dm755 Telegram $PKG/usr/bin/telegram
install -Dm755 Updater $PKG/usr/bin/updater
}