blob: 26761d45d8a3eaa51f4918374495dc80c723f192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Purple SMS plugin using ModemManager"
HOMEPAGE="https://source.puri.sm/Librem5/purple-mm-sms"
SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="
net-misc/modemmanager
net-im/pidgin
"
RDEPEND="${DEPEND}"
|