guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: Add perl-sys-cpu.


From: Eric Bavier
Subject: 11/14: gnu: Add perl-sys-cpu.
Date: Tue, 09 Dec 2014 20:40:28 +0000

bavier pushed a commit to branch master
in repository guix.

commit 043092e80bc6b6bf604f173ab10f97a47961ec5a
Author: Eric Bavier <address@hidden>
Date:   Mon Dec 1 00:21:21 2014 -0600

    gnu: Add perl-sys-cpu.
    
    * gnu/packages/perl.scm (perl-sys-cpu): New variable.
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7479603..a724a1b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -343,3 +343,24 @@ codes.")
                               "Regexp-Common-" version))
     ;; Quad-licensed: Perl Artistic, Perl Artistic 2.0, X11, and BSD.
     (license (list (package-license perl) x11 bsd-3))))
+
+(define-public perl-sys-cpu
+  (package
+    (name "perl-sys-cpu")
+    (version "0.61")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/M/MZ/MZSANFORD/"
+                                  "Sys-CPU-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1r6976bs86j7zp51m5vh42xlyah951jgdlkimv202413kjvqc2i5"))))
+    (build-system perl-build-system)
+    (synopsis "Perl extension for getting CPU information")
+    (description
+     "In responce to a post on perlmonks.org, a module for counting the number
+of CPU's on a system.  Support has now also been added for type of CPU and
+clock speed.")
+    (home-page (string-append "http://search.cpan.org/~mzsanford/";
+                              "Sys-CPU-" version))
+    (license (package-license perl))))



reply via email to

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