summaryrefslogtreecommitdiff
path: root/sys-process/bashtop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /sys-process/bashtop
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'sys-process/bashtop')
-rw-r--r--sys-process/bashtop/Manifest3
-rw-r--r--sys-process/bashtop/bashtop-0.9.25.ebuild26
-rw-r--r--sys-process/bashtop/metadata.xml13
3 files changed, 42 insertions, 0 deletions
diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest
new file mode 100644
index 000000000000..b85434ad0457
--- /dev/null
+++ b/sys-process/bashtop/Manifest
@@ -0,0 +1,3 @@
+DIST bashtop-0.9.25.tar.gz 443776 BLAKE2B e778f7657a0502a47ed008d9a54514a7397fa3d2f04a3cac0f98faf67b0b183329f0a760121b0e1e7f7bc28a0ff37b43fe514a524eae81468c9cac573da249d2 SHA512 bd70c1e5b8876be38afe5987e60af0d59496532e6f0a87d2b3cd62c2a251fe627d0fac77e757f01979a6d20b43948860f0bcba4d8a1c54f8ef52d02ad4547a7f
+EBUILD bashtop-0.9.25.ebuild 726 BLAKE2B b98129761aedbf8c287b8dc91ae1345938cc6887afbd57d23bb5ef0e5c0575c69c6dee0de32e043bba9fc430ac1cb55a478098f22cb0a8a9910d68ec515f42cc SHA512 486370c6305a9e5c77f5250740a9895573d9dda1d0019053bd762440f8c0e10b3e6e084433a14d6a33a793faf2f4b568c4425b88643c1ea6b2b04633ce84899c
+MISC metadata.xml 392 BLAKE2B 3ea08bf75063d80d8593c8f0c56612582f3f197aa812832abcf42537179ee9f7f79bd3847eb08ed38d8c41b721a94672fe5e5cf4fe9e6780bb5599ff37e1f630 SHA512 cc3b3fd52dd55e7cfea802f05e11a0ca1cbc26473daed400fc48e152a37631ea2a60bd958d4ea7d541303bb565fabb024e98b048e675d9f62b1bc21a2e63033d
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..c92ad3eeb807
--- /dev/null
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+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 ~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..27c5d47a6d32
--- /dev/null
+++ b/sys-process/bashtop/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zshzero@protonmail.com</email>
+ <name>Ashwin A Kumar</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <name>Brian Dolbec</name>
+ </maintainer>
+</pkgmetadata>