net-irc/pounce - 3.1 (guru)

Search

Install

Install this version:

emerge -a =net-irc/pounce-3.1

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

autounmask =net-irc/pounce-3.1

Or alternatively:

emerge --autounmask-write -a =net-irc/pounce-3.1

Package Information

Description:
Multi-client, TLS-only IRC bouncer
Homepage:
https://git.causal.agency/pounce/about/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
3.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit edo toolchain-funcs

DESCRIPTION="Multi-client, TLS-only IRC bouncer"
HOMEPAGE="https://git.causal.agency/pounce/about/"
SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="palaver"

DEPEND="
	dev-libs/libretls:=
	virtual/libcrypt:=
	palaver? (
		dev-db/sqlite:3
		net-misc/curl
	)
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

DOCS=( {QUIRKS,README}.7 )

src_configure() {
	tc-export CC

	local confargs=(
		--enable-notify
		$(use_enable palaver)

		--prefix="${EPREFIX}/usr"
		--mandir="${EPREFIX}/usr/share/man"
	)

	# note: not an autoconf configure script
	edo ./configure "${confargs[@]}"
}

src_compile() {
	emake all
}

src_install() {
	emake DESTDIR="${D}" install
	einstalldocs

	newinitd "${FILESDIR}"/pounce.initd pounce
	newconfd "${FILESDIR}"/pounce.confd pounce

	insinto /etc/pounce
	doins "${FILESDIR}"/example.conf
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-irc/pounce | euse -E <flag> -p net-irc/pounce | euse -D <flag> -p net-irc/pounce

Global/Standard Flags

Inherited Eclasses

edo

Dependencies

DEPEND

	dev-libs/libretls:=
	virtual/libcrypt:=
	palaver? (
		dev-db/sqlite:3
		net-misc/curl
	)

RDEPEND

	dev-libs/libretls:=
	virtual/libcrypt:=
	palaver? (
		dev-db/sqlite:3
		net-misc/curl
	)

BDEPEND

virtual/pkgconfig

Manifest for 3.1

Type File Size Source URLs
DIST pounce-3.1.tar.gz 50801 bytes https://git.causal.agency/pounce/snapshot/pounce-3.1.tar.gz