aboutsummaryrefslogtreecommitdiff
blob: a9d20b4c62cb0fb6b4ec11a1725be22541d8101b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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
}