Overlay/net-im/telegram/telegram-1.2.1.ebuild

22 lines
603 B
Bash
Raw Normal View History

2018-01-01 18:00:17 +03:00
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Telegram is a messaging app with a focus on speed and security, its super fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any of your phones, tablets or computers."
HOMEPAGE="https://telegram.org/"
SRC_URI="https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz"
inherit user
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/Telegram"
src_install() {
dobin Telegram
}