net-analyzer/ttl - 0.15.3 (gentoo)

Search

Package Information

Description:
Modern traceroute/mtr-style TUI with hop stats and optional ASN/geo enrichment
Homepage:
https://github.com/lance0/ttl
License:
Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB

Ebuild Details

Version EAPI Keywords Slot
0.15.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Autogenerated by pycargoebuild 0.15.1

EAPI=8

CRATES="
"

RUST_MIN_VER="1.88.0"

inherit desktop cargo

DESCRIPTION="Modern traceroute/mtr-style TUI with hop stats and optional ASN/geo enrichment"
HOMEPAGE="https://github.com/lance0/ttl"
SRC_URI="
	https://github.com/lance0/ttl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	${CARGO_CRATE_URIS}
"
if [[ ${PKGBUMPING} != ${PVR} ]]; then
	SRC_URI+="
		mirror://gentoo/ttl-${PV}-crates.tar.xz
	"
fi

LICENSE="|| ( Apache-2.0 MIT )"
# Dependent crate licenses
LICENSE+="
	Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl
	Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"

DOCS=(
	CHANGELOG.md
	README.md
	SECURITY.md
)

src_install() {
	cargo_src_install

	doicon ttl.png ttlss.png
	make_desktop_entry /usr/bin/ttl ttl ttl Network
}

Manifest for 0.15.3

Type File Size Source URLs
DIST ttl-0.15.3.tar.gz 837543 bytes https://github.com/lance0/ttl/archive/refs/tags/v0.15.3.tar.gz