Files
guru/net-im/whatsapp-for-linux/whatsapp-for-linux-1.2.0.ebuild
Marco Scardovi d221b6b83f net-im/whatsapp-for-linux: bump to 1.2.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-07-14 20:55:59 +02:00

26 lines
536 B
Bash

# 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 -> ${P}.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}"
src_prepare() {
cmake_src_prepare
}