unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42514] [PATCH] gnu: Add bashtop.
@ 2020-07-24  9:50 Michael Rohleder
  2020-07-25  7:40 ` bug#42514: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-07-24  9:50 UTC (permalink / raw)
  To: 42514


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: [PATCH] gnu: Add bashtop. --]
[-- Type: text/x-patch, Size: 1755 bytes --]

From cb46f6e74595c7d0df29ffd3431a7cce59e39cfd Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 24 Jul 2020 11:48:02 +0200
Subject: [PATCH] gnu: Add bashtop.

* gnu/packages/admin.scm (bashtop): New variable.
---
 gnu/packages/admin.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c0e7831d5b..033d80e42b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -528,6 +528,30 @@ or via the @code{facter} Ruby library.")
 application (for console or X terminals) and requires ncurses.")
     (license license:gpl2)))
 
+(define-public bashtop
+  (package
+    (name "bashtop")
+    (version "0.9.25")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/aristocratos/bashtop")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "07nlr6vmyb7yihaxj1fp424lmhwkdjl6mls92v90f6gsvikpa13v"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:make-flags (list (string-append "PREFIX=" %output))
+       #:tests? #f      ; bats test fails with loading load.bash
+       #:phases (modify-phases %standard-phases (delete 'configure))))
+    (home-page "https://github.com/aristocratos/bashtop")
+    (synopsis "Linux/OSX/FreeBSD resource monitor")
+    (description "Resource monitor that shows usage and stats for processor,
+memory, disks, network and processes.")
+    (license license:asl2.0)))
+
 (define-public pies
   (package
     (name "pies")
-- 
2.27.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42514: [PATCH] gnu: Add bashtop.
  2020-07-24  9:50 [bug#42514] [PATCH] gnu: Add bashtop Michael Rohleder
@ 2020-07-25  7:40 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2020-07-25  7:40 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42514-done

Michael Rohleder <mike@rohleder.de> writes:

> From cb46f6e74595c7d0df29ffd3431a7cce59e39cfd Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Fri, 24 Jul 2020 11:48:02 +0200
> Subject: [PATCH] gnu: Add bashtop.
>

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-25  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  9:50 [bug#42514] [PATCH] gnu: Add bashtop Michael Rohleder
2020-07-25  7:40 ` bug#42514: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).