You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/net-im/viber/viber-9999.ebuild

30 lines
556 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils unpacker
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=""
IUSE=""
RESTRICT="strip"
S="${WORKDIR}"
#TODO: ???
LICENSE="EULA"
src_prepare() {
unpack_deb ${A}
}
src_install(){
doins -r opt usr
fperms 755 /opt/viber/Viber
fperms 755 /opt/viber/QtWebEngineProcess
}