| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.3 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Experimental XEP-0280: Message Carbons plugin for libpurple"
HOMEPAGE="https://github.com/gkdr/carbons"
SRC_URI="https://github.com/gkdr/carbons/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="
net-im/pidgin
dev-libs/libxml2
dev-libs/glib
test? (
dev-util/cmocka
)
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/carbons-${PV}"
RESTRICT="!test? ( test )"
net-im/pidgin dev-libs/libxml2 dev-libs/glib test? ( dev-util/cmocka )
net-im/pidgin dev-libs/libxml2 dev-libs/glib test? ( dev-util/cmocka )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pidgin-carbons-0.2.3.tar.gz | 35409 bytes | https://github.com/gkdr/carbons/archive/v0.2.3.tar.gz |