| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.9 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit bash-completion-r1 meson
DESCRIPTION="A simple serial device I/O tool"
HOMEPAGE="https://github.com/tio/tio"
SRC_URI="https://github.com/tio/tio/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/inih"
src_configure() {
local emesonargs=(
-Dbashcompletiondir="$(get_bashcompdir)"
)
meson_src_configure
}
dev-libs/inih
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tio-3.9.gh.tar.gz | 3597802 bytes | https://github.com/tio/tio/archive/v3.9.tar.gz |