aboutsummaryrefslogtreecommitdiff
blob: 699d63333fd30e19d31572d6a93e711947d4ea9c (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
25
26
27
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="vvmd is a lower level daemon that retrieves Visual Voicemail"
HOMEPAGE="https://gitlab.com/kop316/vvmd"
SRC_URI="https://gitlab.com/kop316/vvmd/-/archive/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	>=dev-libs/glib-2.16:2
	dev-libs/libphonenumber
	>=net-misc/curl-7.70
	net-misc/mobile-broadband-provider-info
	>=net-misc/modemmanager-1.14:=
"
DEPEND="${RDEPEND}"

src_install() {
	meson_src_install
}