overlay/net-im/pixie/pixie-9999.ebuild

22 lines
481 B
Bash
Raw Normal View History

2018-06-21 21:30:49 +02:00
# Copyright 1999-2018 Gentoo Foundation
2018-05-08 06:50:18 +02:00
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3 cmake-utils
DESCRIPTION="pixie is an XMPP bot."
HOMEPAGE="https://git.tastytea.de/?p=pixie.git"
EGIT_REPO_URI="https://git.tastytea.de/repositories/pixie.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=">=net-libs/gloox-1.0.18
2018-06-21 21:30:49 +02:00
>=dev-libs/libconfig-1.5[cxx]"
2018-05-08 06:50:18 +02:00
DEPEND=">=dev-util/cmake-3.7.2
2018-06-21 21:30:49 +02:00
${RDEPEND}"
2018-05-08 06:50:18 +02:00
src_unpack() {
2018-06-21 21:30:49 +02:00
git-r3_src_unpack
2018-05-08 06:50:18 +02:00
}