app-text/tnfoview - 0.2.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =app-text/tnfoview-0.2.0

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

autounmask =app-text/tnfoview-0.2.0

Or alternatively:

emerge --autounmask-write -a =app-text/tnfoview-0.2.0

Package Information

Description:
A simple NFO viewer.
Homepage:
https://tatsh.github.io/tnfoview/ https://github.com/Tatsh/tnfoview
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake xdg

DESCRIPTION="A simple NFO viewer."
HOMEPAGE="https://tatsh.github.io/tnfoview/ https://github.com/Tatsh/tnfoview"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz
	-> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

# Qt6Test comes from qtbase itself, so the test suite needs nothing extra.
RDEPEND="dev-qt/qtbase:6[gui,widgets]"
DEPEND="${RDEPEND}"

src_configure() {
	local mycmakeargs=(
		"-DBUILD_TESTS=$(usex test)"
	)

	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/tnfoview | euse -E <flag> -p app-text/tnfoview | euse -D <flag> -p app-text/tnfoview

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

DEPEND

dev-qt/qtbase:6[gui,widgets]

RDEPEND

dev-qt/qtbase:6[gui,widgets]

Manifest for 0.2.0

Type File Size Source URLs
DIST tnfoview-0.2.0.gh.tar.gz 1931962 bytes https://github.com/Tatsh/tnfoview/archive/refs/tags/v0.2.0.tar.gz