Viber 9999 added.

This commit is contained in:
Kolan Sh 2017-09-23 21:27:42 +03:00
parent d7ddb0a221
commit da62c90fe9
2 changed files with 30 additions and 0 deletions

1
net-im/viber/Manifest Normal file
View File

@ -0,0 +1 @@
DIST viber.deb 84861076 SHA256 bacc38034fa6d926e25122c152c867a4f576b59e920af58ce904c4e9f255773f SHA512 63feee92fb696132680c2c9b3ca29adcba1c250c0eae94c142dd6a3a7e39cdff7a2b7ff46a1629f434dc8a544693fe959ba58bb43c833bb3e22b271ea6cd5c44 WHIRLPOOL fc0eccde9b9329d8469c3d49e2691a56c69a98623b8fcb768efb7ea31e3aaf276c3fb67478605609f019a79c73156d3bf8a2c6d61439a430d83ecd9542018688

View File

@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
DESCRIPTION="Free calls, text and picture sharing with anyone, anywhere!"
HOMEPAGE="http://www.viber.com"
SRC_URI="http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="strip"
S="${WORKDIR}"
#TODO: ???
LICENSE="EULA"
src_prepare() {
unpack ./control.tar.gz
unpack ./data.tar.xz
}
src_install(){
doins -r opt usr
fperms 755 /opt/viber/Viber
}