Telegram 1.2.1 added.
This commit is contained in:
parent
98df69a441
commit
dfa546e672
|
@ -0,0 +1 @@
|
|||
DIST tsetup.1.2.1.tar.xz 33084716 SHA256 1adc9e60afc0a429765c3c454c297b3b42fc6fd8fe2d6eb61dfb76bb72b6765a SHA512 179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7 WHIRLPOOL 774a9907d467c632d8f2b183b80e5ef447c87386bd8a5f09e3d35c0f60410793cc2e8f152626daa70a799681cec1d8661c9cdac4cb88cec7fb41bf39aa20bb4a
|
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue