net-im/stabber - 9999 (stuff)

Search

Install

Install this version:

emerge -a =net-im/stabber-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/stabber-9999

Or alternatively:

emerge --autounmask-write -a =net-im/stabber-9999

Package Information

Description:
Stubbed XMPP Server
Homepage:
https://github.com/profanity-im/stabber
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools git-r3

DESCRIPTION="Stubbed XMPP Server"
HOMEPAGE="https://github.com/profanity-im/stabber"
EGIT_REPO_URI="https://github.com/profanity-im/${PN}.git"

LICENSE="GPL-3+"
SLOT="0"

RDEPEND="
	>=dev-libs/expat-2.0.0
	>=dev-libs/glib-2.26:2
	>=net-libs/libmicrohttpd-0.9.71
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/expat-2.0.0
	>=dev-libs/glib-2.26:2
	>=net-libs/libmicrohttpd-0.9.71

RDEPEND

	>=dev-libs/expat-2.0.0
	>=dev-libs/glib-2.26:2
	>=net-libs/libmicrohttpd-0.9.71

BDEPEND

virtual/pkgconfig