app-admin/tztail - 9999 (nest)

Search

Package Information

Description:
A log view in various timezones
Homepage:
https://github.com/thecasualcoder/tztail
License:
Apache-2.0 Boost-1.0 MIT MPL-2.0 Unlicense

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 cargo git-r3

DESCRIPTION="A log view in various timezones"
HOMEPAGE="https://github.com/thecasualcoder/tztail"
EGIT_REPO_URI="https://github.com/thecasualcoder/${PN}.git"

LICENSE="Apache-2.0 Boost-1.0 MIT MPL-2.0 Unlicense"
SLOT="0"

QA_FLAGS_IGNORED="usr/bin/tztail"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}

src_install() {
	einstalldocs
	cargo_src_install
}