net-irc/znc-clientbuffer - 1.0.53 (gentoo)

Search

Install

Install this version:

emerge -a =net-irc/znc-clientbuffer-1.0.53

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

autounmask =net-irc/znc-clientbuffer-1.0.53

Or alternatively:

emerge --autounmask-write -a =net-irc/znc-clientbuffer-1.0.53

Package Information

Description:
ZNC module which provides client specific buffers
Homepage:
https://github.com/CyberShadow/znc-clientbuffer
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.53 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="ZNC module which provides client specific buffers"
HOMEPAGE="https://github.com/CyberShadow/znc-clientbuffer"
SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

DEPEND="net-irc/znc:="
RDEPEND="${DEPEND}"

src_prepare() {
	cp -v "${FILESDIR}/CMakeLists-r1.txt" ./CMakeLists.txt || die
	cmake_src_prepare
}

Inherited Eclasses

Dependencies

DEPEND

net-irc/znc:=

RDEPEND

net-irc/znc:=

Manifest for 1.0.53

Type File Size Source URLs
DIST znc-clientbuffer-1.0.53.tar.gz 5689 bytes https://github.com/CyberShadow/znc-clientbuffer/archive/v1.0.53.tar.gz