Install this version:
emerge -a =app-misc/tmate-2.4.0
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Instant terminal sharing"
HOMEPAGE="https://tmate.io/"
SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC BSD BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="debug"
RDEPEND="
dev-libs/libevent
dev-libs/msgpack:=
dev-libs/openssl:=
>=net-libs/libssh-0.6.0
virtual/zlib:=
sys-libs/libutempter
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-2.4.0-msgpack-6.patch
)
QA_CONFIG_IMPL_DECL_SKIP=(
# missing on musl, check works as intended
b64_ntop
)
src_prepare() {
default
eautoreconf
}
src_configure() {
local myeconfargs=(
$(use_enable debug)
)
econf "${myeconfargs[@]}"
}
Manage flags for this package:
euse -i <flag> -p app-misc/tmate |
euse -E <flag> -p app-misc/tmate |
euse -D <flag> -p app-misc/tmate
dev-libs/libevent dev-libs/msgpack:= dev-libs/openssl:= >=net-libs/libssh-0.6.0 virtual/zlib:= sys-libs/libutempter
dev-libs/libevent dev-libs/msgpack:= dev-libs/openssl:= >=net-libs/libssh-0.6.0 virtual/zlib:= sys-libs/libutempter
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tmate-2.4.0.tar.gz | 614179 bytes | https://github.com/tmate-io/tmate/archive/2.4.0.tar.gz |