* [bug#50365] [PATCH] gnu: Add slurm-monitor.
@ 2021-09-03 23:26 Milkey Mouse
2021-09-07 12:42 ` bug#50365: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Milkey Mouse @ 2021-09-03 23:26 UTC (permalink / raw)
To: 50365
* gnu/packages/networking.scm (slurm-monitor): New variable.
---
gnu/packages/networking.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 204ef167c6..f1b98381dd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -384,6 +384,30 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
;; Others.
license:gpl2+)))))
+(define-public slurm-monitor
+ (package
+ (name "slurm-monitor")
+ (version "0.4.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/mattthias/slurm")
+ (commit (string-append "upstream/" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1n6pgrcs8gwrcq5fch1q3yk3jipjwrf21s9a13fbjrl903g5zzv9"))))
+ (build-system cmake-build-system)
+ (arguments `(#:tests? #f)) ;; no tests
+ (inputs `(("ncurses" ,ncurses)))
+ (synopsis "Network load monitor")
+ (description
+ "Yet another network load monitor. Slurm shows @samp{realtime} traffic
+statistics from any network device in any of three ASCII graph formats.")
+ (home-page "https://github.com/mattthias/slurm")
+ (license license:gpl2)))
+
(define-public srt
(package
(name "srt")
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50365: [PATCH] gnu: Add slurm-monitor.
2021-09-03 23:26 [bug#50365] [PATCH] gnu: Add slurm-monitor Milkey Mouse
@ 2021-09-07 12:42 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-09-07 12:42 UTC (permalink / raw)
To: Milkey Mouse; +Cc: 50365-done
Hello,
Milkey Mouse <milkeymouse@meme.institute> writes:
> * gnu/packages/networking.scm (slurm-monitor): New variable.
I tweaked the description, add a copyright line for you, and applied
your patch. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-07 13:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03 23:26 [bug#50365] [PATCH] gnu: Add slurm-monitor Milkey Mouse
2021-09-07 12:42 ` bug#50365: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.