summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/wire-desktop-bin/Manifest2
-rw-r--r--net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild32
2 files changed, 34 insertions, 0 deletions
diff --git a/net-im/wire-desktop-bin/Manifest b/net-im/wire-desktop-bin/Manifest
new file mode 100644
index 0000000..cb0ee9b
--- /dev/null
+++ b/net-im/wire-desktop-bin/Manifest
@@ -0,0 +1,2 @@
+DIST Wire-3.21.2936_amd64.deb 55808012 BLAKE2B 7bf38fcde6bbb5360bb116741c429001626e0debd965e83de1a362d79c2b3a70594ca976299eac256e5995a26e249908dcd314734f07728d382673dba24a0b97 SHA512 c7722a3f51437a9cd9de98e5c8389751e9b4ee4c6607e56d944772144e2ef41142f82638a5017823463b8ffa99c811cf225fd023ab72fadd6a5be732d5c1f21e
+EBUILD wire-desktop-bin-3.21.2936.ebuild 744 BLAKE2B c1492b0d1e3c7d7b6b588c6a9348c7f0626675c4b059a38c24073098398b3c6569b34ba552e0552bfa4f8e72418bcf4cb28ecc8e2f1b904767c62cc3e7b19fac SHA512 715ae8a894ed7b1c604892d9b3214d48d2e25326ea9f54d46825ae8c493320718c64acca7c6b85863edda2206b1ea84d648dac80f1079ada3ba9d65c01a03976
diff --git a/net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild b/net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild
new file mode 100644
index 0000000..4fcfe26
--- /dev/null
+++ b/net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="End-to-end encrypted messenger with file sharing, voice calls and video conferences"
+HOMEPAGE="https://wire.com/ https://github.com/wireapp/wire-desktop"
+SRC_URI="https://github.com/wireapp/wire-desktop/releases/download/linux/${PV}/Wire-${PV}_amd64.deb"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/nss
+ x11-libs/libXtst"
+
+QA_PREBUILT="opt/Wire/wire-desktop"
+
+S="${WORKDIR}"
+
+src_unpack() {
+ default
+ unpack ./data.tar.xz
+ rm data.tar.xz control.tar.gz debian-binary
+}
+
+src_install() {
+ doins -r *
+ fperms 0755 /opt/Wire/wire-desktop
+ dosym /opt/Wire/wire-desktop /usr/bin/wire-desktop
+}