# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="Messenger with end‑to‑end encryption" HOMEPAGE="https://wire.com/en/" SRC_URI="https://wire-app.wire.com/linux/debian/pool/main/wire_${PV}_amd64.deb" LICENSE="" SLOT="0" KEYWORDS="~amd64" S=${WORKDIR} src_unpack() { default unpack ./data.tar.xz rm data.tar.xz control.tar.gz debian-binary } src_install() { doins -r * #doins -r usr fperms -R 0755 /opt/Wire/wire-desktop }