guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add bwm-ng.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add bwm-ng.
Date: Sun, 28 Aug 2016 07:49:35 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit be9f3a83319ac8936654aa44d4fa55a5336fb62e
Author: Arun Isaac <address@hidden>
Date:   Wed Aug 24 23:49:46 2016 +0530

    gnu: Add bwm-ng.
    
    * gnu/packages/networking.scm (bwm-ng): New variable.
---
 gnu/packages/networking.scm |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2678739..bdcccce 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2016 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2016 ng0 <address@hidden>
+;;; Coypright © 2016 Arun Isaac <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -419,6 +420,26 @@ by firewalls or when you want to monitor the response time 
of the actual web
 application stack itself.")
     (license license:gpl2)))        ; with permission to link with OpenSSL
 
+(define-public bwm-ng
+  (package
+    (name "bwm-ng")
+    (version "0.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.gropp.org/bwm-ng/bwm-ng-";
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1w0dwpjjm9pqi613i8glxrgca3rdyqyp3xydzagzr5ndc34z6z02"))))
+    (build-system gnu-build-system)
+    (inputs `(("ncurses" ,ncurses)))
+    (synopsis "Console based live network and disk I/O bandwidth monitor")
+    (description "Bandwidth Monitor NG is a small and simple console based
+live network and disk I/O bandwidth monitor.")
+    (home-page "https://www.gropp.org/?id=projects&sub=bwm-ng";)
+    (license license:gpl2)))
+
 (define-public aircrack-ng
   (package
     (name "aircrack-ng")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]