summaryrefslogtreecommitdiff
path: root/sys-process/bashtop
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /sys-process/bashtop
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'sys-process/bashtop')
-rw-r--r--sys-process/bashtop/Manifest1
-rw-r--r--sys-process/bashtop/bashtop-0.9.25.ebuild26
-rw-r--r--sys-process/bashtop/metadata.xml8
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest
new file mode 100644
index 000000000000..297f4752bd4e
--- /dev/null
+++ b/sys-process/bashtop/Manifest
@@ -0,0 +1 @@
+DIST bashtop-0.9.25.tar.gz 443776 BLAKE2B e778f7657a0502a47ed008d9a54514a7397fa3d2f04a3cac0f98faf67b0b183329f0a760121b0e1e7f7bc28a0ff37b43fe514a524eae81468c9cac573da249d2 SHA512 bd70c1e5b8876be38afe5987e60af0d59496532e6f0a87d2b3cd62c2a251fe627d0fac77e757f01979a6d20b43948860f0bcba4d8a1c54f8ef52d02ad4547a7f
diff --git a/sys-process/bashtop/bashtop-0.9.25.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild
new file mode 100644
index 000000000000..4c03f216f0f0
--- /dev/null
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -0,0 +1,26 @@
+# 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
+}
diff --git a/sys-process/bashtop/metadata.xml b/sys-process/bashtop/metadata.xml
new file mode 100644
index 000000000000..c6fef862b5a6
--- /dev/null
+++ b/sys-process/bashtop/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">aristocratos/bashtop</remote-id>
+ </upstream>
+</pkgmetadata>