Install this version:
emerge -a =net-dialup/opencu-3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-dialup/opencu-3
Or alternatively:
emerge --autounmask-write -a =net-dialup/opencu-3
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake custom-cflags
DESCRIPTION="Port of OpenBSD's serial terminal emulator cu(1) to Linux"
HOMEPAGE="https://github.com/tobhe/opencu/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/tobhe/${PN}.git"
else
SRC_URI="https://github.com/tobhe/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
fi
LICENSE="ISC"
SLOT="0"
PATCHES=( "${FILESDIR}/opencu-3-cmake.patch" )
RDEPEND="
dev-libs/libevent:=
"
DEPEND="
${RDEPEND}
"
src_configure() {
custom-cflags_src_configure
cmake_src_configure
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | opencu-3.gh.tar.gz | 13591 bytes | https://github.com/tobhe/opencu/archive/refs/tags/v3.tar.gz |