net-dialup/opencu - 3 (myov)

Search

Install

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

Package Information

Description:
Port of OpenBSD's serial terminal emulator cu(1) to Linux
Homepage:
https://github.com/tobhe/opencu/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
3 8 ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/libevent:=

RDEPEND

	dev-libs/libevent:=

Manifest for 3

Type File Size Source URLs
DIST opencu-3.gh.tar.gz 13591 bytes https://github.com/tobhe/opencu/archive/refs/tags/v3.tar.gz