sys-process/bashtop - 0.9.25 (gentoo)

Search

Package Information

Description:
Resource monitor that shows usage and stats
Homepage:
https://github.com/aristocratos/bashtop
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.9.25 7 ~amd64 ~arm64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit optfeature

DESCRIPTION="Resource monitor that shows usage and stats"
HOMEPAGE="https://github.com/aristocratos/bashtop"
SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"

src_prepare() {
	default
	sed -i -e 's/local//g' Makefile || die "Editing path failed"
	sed -i -e '/DOCDIR/d' Makefile || die "Removing doc folder failed"
}

pkg_postinst() {
	optfeature "CPU Temperature support" sys-apps/lm-sensors
	optfeature "Update news and Theme Download feature" net-misc/curl
	optfeature "Disk Stats support" app-admin/sysstat
}

Manifest for 0.9.25

Type File Size Source URLs
DIST bashtop-0.9.25.tar.gz 443776 bytes https://github.com/aristocratos/bashtop/archive/v0.9.25.tar.gz