net-dialup/tio - 9999 (nest)

Search

Install

Install this version:

emerge -a =net-dialup/tio-9999

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

autounmask =net-dialup/tio-9999

Or alternatively:

emerge --autounmask-write -a =net-dialup/tio-9999

Package Information

Description:
A simple serial device I/O tool
Homepage:
https://github.com/tio/tio
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit bash-completion-r1 git-r3 meson

DESCRIPTION="A simple serial device I/O tool"
HOMEPAGE="https://github.com/tio/tio"
EGIT_REPO_URI="https://github.com/tio/${PN}.git"

LICENSE="GPL-2+"
SLOT="0"

RDEPEND="dev-libs/inih"

src_configure() {
	local emesonargs=(
		-Dbashcompletiondir="$(get_bashcompdir)"
	)
	meson_src_configure
}

Inherited Eclasses

Dependencies

RDEPEND

dev-libs/inih