Install this version:
emerge -a =app-misc/witr-0.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/witr-0.3.1
Or alternatively:
emerge --autounmask-write -a =app-misc/witr-0.3.1
# Copyright 2025 Benny Powers
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Linux CLI tool to understand why a process is running"
HOMEPAGE="https://github.com/pranshuparmar/witr"
SRC_URI="https://github.com/pranshuparmar/witr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://raw.githubusercontent.com/bennypowers/gentoo-overlay/main/app-misc/witr/${P}-deps.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND=">=dev-lang/go-1.25"
RDEPEND=""
src_compile() {
export GOFLAGS="-mod=vendor"
ego build -o witr ./cmd/witr
}
src_install() {
dobin witr
doman docs/witr.1
dodoc README.md CONTRIBUTING.md
}
>=dev-lang/go-1.25
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | witr-0.3.1-deps.tar.gz | 2672956 bytes | https://raw.githubusercontent.com/bennypowers/gentoo-overlay/main/app-misc/witr/witr-0.3.1-deps.tar.gz |
| DIST | witr-0.3.1.tar.gz | 2791402 bytes | https://github.com/pranshuparmar/witr/archive/refs/tags/v0.3.1.tar.gz |