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
# 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
}
| 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 |