unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Arun <arunisaac@systemreboot.net>
To: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: [PATCH] Add bwm-ng.
Date: Thu, 25 Aug 2016 00:55:28 +0530	[thread overview]
Message-ID: <cuba8g2t1ef.fsf@systemreboot.net> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 103 bytes --]


Please find attached patch to add new package 'bwm-ng' to (gnu packages
admin).

Regards,
Arun Isaac


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-bwm-ng.patch --]
[-- Type: text/x-patch, Size: 1483 bytes --]

From 2a88508183f9b8005c2a0694992f1b3ae4208049 Mon Sep 17 00:00:00 2001
From: Arun Isaac <arunisaac@systemreboot.net>
Date: Wed, 24 Aug 2016 23:49:46 +0530
Subject: [PATCH] gnu: Add bwm-ng.
To: guix-devel@gnu.org

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3ba5947..d3da2d8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1767,3 +1767,21 @@ the status of your battery in the system tray.")
 shortcut syntax and completion options.")
       (home-page "https://github.com/TrilbyWhite/interrobang")
       (license license:gpl3+))))
+
+(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 for Linux,
+BSD, Solaris, Mac OS X and others.")
+    (home-page "https://www.gropp.org/?id=projects&sub=bwm-ng")
+    (license license:gpl2)))
-- 
2.9.3


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

             reply	other threads:[~2016-08-24 19:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 19:25 Arun [this message]
2016-08-27 12:06 ` [PATCH] Add bwm-ng ng0
2016-08-27 17:16   ` Arun Isaac
2016-08-27 19:42 ` Ricardo Wurmus
2016-08-28  0:19   ` Arun Isaac
2016-08-28  7:50     ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cuba8g2t1ef.fsf@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).