22 lines
603 B
Bash
22 lines
603 B
Bash
|
# 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, it’s 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
|
|||
|
}
|