aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-05-14 21:06:28 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-05-14 21:06:28 +0200
commit804ff84553bddbc101078cc1b7a9802a12233e61 (patch)
treed1d9423ce792f02ca1f90f871d66e07a74ac7b1a
parentnet-im/discord-canary-bin: version bump to 0.0.121 (diff)
downloadguru-804ff84553bddbc101078cc1b7a9802a12233e61.tar.gz
guru-804ff84553bddbc101078cc1b7a9802a12233e61.tar.bz2
guru-804ff84553bddbc101078cc1b7a9802a12233e61.zip
net-im/whatsapp-for-linux: add pack
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--net-im/whatsapp-for-linux/Manifest1
-rw-r--r--net-im/whatsapp-for-linux/metadata.xml12
-rw-r--r--net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild21
3 files changed, 34 insertions, 0 deletions
diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest
new file mode 100644
index 000000000..e82217af8
--- /dev/null
+++ b/net-im/whatsapp-for-linux/Manifest
@@ -0,0 +1 @@
+DIST v1.1.7.tar.gz 292733 BLAKE2B 542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87 SHA512 0f52289d92afe9c65d5d04f981ecfd1111907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198
diff --git a/net-im/whatsapp-for-linux/metadata.xml b/net-im/whatsapp-for-linux/metadata.xml
new file mode 100644
index 000000000..f0c01872f
--- /dev/null
+++ b/net-im/whatsapp-for-linux/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">eneshecan/whatsapp-for-linux</remote-id>
+ <bugs-to>https://github.com/eneshecan/whatsapp-for-linux/issues</bugs-to>
+ </upstream>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild
new file mode 100644
index 000000000..e31eb95fa
--- /dev/null
+++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
+HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux"
+SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+ dev-cpp/gtkmm:3.0
+ net-libs/webkit-gtk
+ dev-libs/libappindicator:3
+"
+DEPEND="${RDEPEND}"