app-misc/wtf - 0.43.0 (guru)

Search

Install

Install this version:

emerge -a =app-misc/wtf-0.43.0

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

autounmask =app-misc/wtf-0.43.0

Or alternatively:

emerge --autounmask-write -a =app-misc/wtf-0.43.0

Package Information

Description:
The personal information dashboard for your terminal
Homepage:
https://github.com/wtfutil/wtf
License:
MPL-2.0

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="The personal information dashboard for your terminal"
HOMEPAGE="https://github.com/wtfutil/wtf"

SRC_URI="https://github.com/wtfutil/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/kuprTheMan/contribute-deps/releases/download/${P}/${P}-deps.tar.xz"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RESTRICT="test"

src_compile() {
	ego build -ldflags="-s -w" -o bin/wtfutil
}

src_install() {
	dobin bin/wtfutil
	dodoc README.md
}

Inherited Eclasses

Manifest for 0.43.0

Type File Size Source URLs
DIST wtf-0.43.0-deps.tar.xz 322290516 bytes https://github.com/kuprTheMan/contribute-deps/releases/download/wtf-0.43.0/wtf-0.43.0-deps.tar.xz
DIST wtf-0.43.0.tar.gz 2346370 bytes https://github.com/wtfutil/wtf/archive/refs/tags/v0.43.0.tar.gz