app-misc/witr - 0.3.0 (bennypowers)

Search

Install

Install this version:

emerge -a =app-misc/witr-0.3.0

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

autounmask =app-misc/witr-0.3.0

Or alternatively:

emerge --autounmask-write -a =app-misc/witr-0.3.0

Package Information

Description:
Linux CLI tool to understand why a process is running
Homepage:
https://github.com/pranshuparmar/witr
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-lang/go-1.25

Manifest for 0.3.0

Type File Size Source URLs
DIST witr-0.3.0-deps.tar.gz 2672921 bytes https://raw.githubusercontent.com/bennypowers/gentoo-overlay/main/app-misc/witr/witr-0.3.0-deps.tar.gz
DIST witr-0.3.0.tar.gz 2781461 bytes https://github.com/pranshuparmar/witr/archive/refs/tags/v0.3.0.tar.gz