Install this version:
emerge -a =net-irc/catgirl-2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-irc/catgirl-2.2
Or alternatively:
emerge --autounmask-write -a =net-irc/catgirl-2.2
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit edo readme.gentoo-r1 toolchain-funcs
DESCRIPTION="TLS-only terminal IRC client"
HOMEPAGE="https://git.causal.agency/catgirl/about/"
SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-libs/libretls:=
sys-libs/ncurses:=
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( README.7 scripts/chat.tmux.conf )
src_configure() {
tc-export CC
# note: not an autoconf configure script
edo ./configure --prefix="${EPREFIX}"/usr --mandir="${EPREFIX}"/usr/share/man
}
src_compile() {
emake all
}
src_install() {
default
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}
dev-libs/libretls:= sys-libs/ncurses:=
dev-libs/libretls:= sys-libs/ncurses:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | catgirl-2.2.tar.gz | 69835 bytes | https://git.causal.agency/catgirl/snapshot/catgirl-2.2.tar.gz |