all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add macchanger.
@ 2016-04-07 11:01 John Darrington
  2016-04-07 15:39 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: John Darrington @ 2016-04-07 11:01 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

* gnu/packages/networking.scm (macchanger): New variable.
---
 gnu/packages/networking.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a4f431a..20f7e73 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -32,6 +32,28 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages compression))
 
+
+(define-public macchanger
+  (package
+    (name "macchanger")
+    (version "1.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/"
+                                  name "/" name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1xsiivjjyhqcs6dyjcshrnxlgypvyfzacjz7gcjgl88xiw9lylri"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.gnu.org/software/macchanger")
+    (synopsis "Display or change the MAC address of networking devices")
+    (description "GNU MAC Changer is a utility for viewing and changing MAC
+addresses of networking devices.  New addresses may be set explicitly or
+randomly.  They can include MAC addresses of the same or other hardware vendors
+or, more generally, MAC addresses of the same category of hardware.") 
+    (license license:gpl2+)))
+
+
 (define-public miredo
   (package
     (name "miredo")
-- 
2.1.4

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

* Re: [PATCH] gnu: Add macchanger.
  2016-04-07 11:01 [PATCH] gnu: Add macchanger John Darrington
@ 2016-04-07 15:39 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-04-07 15:39 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel

On Thu, Apr 07, 2016 at 01:01:30PM +0200, John Darrington wrote:
> * gnu/packages/networking.scm (macchanger): New variable.

Looks good, except for some extra whitespace and a missing copyright
line for you :)

> ---
>  gnu/packages/networking.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index a4f431a..20f7e73 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -32,6 +32,28 @@
>    #:use-module (gnu packages pkg-config)
>    #:use-module (gnu packages compression))
>  
> +
  ^ Extraneous newline

> +(define-public macchanger
> +  (package
> +    (name "macchanger")
> +    (version "1.6.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "mirror://gnu/"
> +                                  name "/" name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "1xsiivjjyhqcs6dyjcshrnxlgypvyfzacjz7gcjgl88xiw9lylri"))))
> +    (build-system gnu-build-system)
> +    (home-page "http://www.gnu.org/software/macchanger")
> +    (synopsis "Display or change the MAC address of networking devices")
> +    (description "GNU MAC Changer is a utility for viewing and changing MAC
> +addresses of networking devices.  New addresses may be set explicitly or
> +randomly.  They can include MAC addresses of the same or other hardware vendors
> +or, more generally, MAC addresses of the same category of hardware.") 
                                                                        ^
									extraneous
									whitespace
> +    (license license:gpl2+)))
> +
> +
  ^ Extraneous newline

>  (define-public miredo
>    (package
>      (name "miredo")
> -- 
> 2.1.4
> 
> 

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

end of thread, other threads:[~2016-04-07 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 11:01 [PATCH] gnu: Add macchanger John Darrington
2016-04-07 15:39 ` Leo Famulari

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.