guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: Add perl-extutils-typemaps-default.


From: guix-commits
Subject: 05/05: gnu: Add perl-extutils-typemaps-default.
Date: Tue, 5 Nov 2019 16:08:50 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit 9274a080f3dd8772a57f599795957daa1979d589
Author: Andreas Enge <address@hidden>
Date:   Sun Nov 3 15:37:30 2019 +0100

    gnu: Add perl-extutils-typemaps-default.
    
    * gnu/packages/perl.scm (perl-extutils-typemaps-default): New variable.
---
 gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 9e02ce7..ccb4fdc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3458,6 +3458,30 @@ of perl extensions which bind libraries that 
@command{pkg-config} knows.
 It is really just boilerplate code that you would have written yourself.")
     (license lgpl2.1+)))
 
+(define-public perl-extutils-typemaps-default
+  (package
+    (name "perl-extutils-typemaps-default")
+    (version "1.05")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               
"mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-"
+               version
+               ".tar.gz"))
+        (sha256
+          (base32
+            "1phmha0ks95kvzl00r1kgnd5hvg7qb1q9jmzjmw01p5zgs1zbyix"))))
+    (build-system perl-build-system)
+    (native-inputs
+      `(("perl-module-build" ,perl-module-build)))
+    (home-page
+      "https://metacpan.org/release/ExtUtils-Typemaps-Default";)
+    (synopsis "Set of useful typemaps")
+    (description "The package provides a number of useful typemaps as
+submodules of ExtUtils::Typemaps.")
+    (license (package-license perl))))
+
 (define-public perl-extutils-xspp
   (package
     (name "perl-extutils-xspp")



reply via email to

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