gui-apps/dgop - 0.2.2 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/dgop-0.2.2

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

autounmask =gui-apps/dgop-0.2.2

Or alternatively:

emerge --autounmask-write -a =gui-apps/dgop-0.2.2

Package Information

Description:
API & CLI for System & Process Monitoring
Homepage:
https://github.com/AvengeMedia/dgop
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="API & CLI for System & Process Monitoring "
HOMEPAGE="https://github.com/AvengeMedia/dgop"
SRC_URI="https://github.com/AvengeMedia/${PN}/releases/download/v${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND=">=dev-lang/go-1.25.0"

PATCHES=("${FILESDIR}"/"${PN}-0.2.3-no-strip.patch")

src_configure() {
	sed -i '/^GOFLAGS=/d' "${S}/Makefile"
	sed -i "s/^VERSION=.*$/VERSION=\"${PV}\"/" "${S}/Makefile"

	default
}

src_install() {
	dobin "${S}/bin/${PN}"
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.25.0

Manifest for 0.2.2

Type File Size Source URLs
DIST dgop-0.2.2.tar.gz 18976156 bytes https://github.com/AvengeMedia/dgop/releases/download/v0.2.2/dgop-0.2.2.tar.gz