sys-process/ctop - 0.7.7 (gentoo)

Search

Package Information

Description:
Top-like interface for container-metrics
Homepage:
https://ctop.sh https://github.com/bcicen/ctop
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Top-like interface for container-metrics"
HOMEPAGE="https://ctop.sh https://github.com/bcicen/ctop"
SRC_URI="https://github.com/bcicen/ctop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"

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

src_compile() {
	sed -i -e '/go mod download/d' Makefile || die

	emake VERSION="${PV}" BUILD="${PVR}" build
}

src_install() {
	dobin ${PN}
	dodoc README.md
}

Manifest for 0.7.7

Type File Size Source URLs
DIST ctop-0.7.7.tar.gz 1434567 bytes https://github.com/bcicen/ctop/archive/v0.7.7.tar.gz