diff options
Diffstat (limited to 'net-im/viber/viber-6.0.1.5.ebuild')
-rw-r--r-- | net-im/viber/viber-6.0.1.5.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-im/viber/viber-6.0.1.5.ebuild b/net-im/viber/viber-6.0.1.5.ebuild new file mode 100644 index 00000000..21d3a71d --- /dev/null +++ b/net-im/viber/viber-6.0.1.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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="" +IUSE="" +RESTRICT="strip" +S="${WORKDIR}" + +src_unpack() { + default_src_unpack + unpack ./data.tar.xz + epatch "${FILESDIR}/00-desktop.patch" +} + +src_install(){ + doins -r opt usr + fperms 755 /opt/viber/Viber +} + |