guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add perl-extutils-xspp.


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

andreas pushed a commit to branch master
in repository guix.

commit fb91c0600e0dc5fd06bd7936abe5b7fd82d85e9d
Author: Andreas Enge <address@hidden>
Date:   Sun Nov 3 13:54:38 2019 +0100

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0b17db1..1e48d54 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3435,6 +3435,32 @@ 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-xspp
+  (package
+    (name "perl-extutils-xspp")
+    (version "0.18")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-"
+               version
+               ".tar.gz"))
+        (sha256
+          (base32
+            "1zx84f93lkymqz7qa4d63gzlnhnkxm5i3gvsrwkvvqr9cxjasxli"))))
+    (build-system perl-build-system)
+    (native-inputs
+      `(("perl-module-build" ,perl-module-build)
+        ("perl-test-base" ,perl-test-base)
+        ("perl-test-differences" ,perl-test-differences)))
+    (home-page
+      "https://metacpan.org/release/ExtUtils-XSpp";)
+    (synopsis "XS for C++")
+    (description "This module implements the Perl foreign function
+interface XS for C++; it is a thin layer over plain XS.")
+    (license (package-license perl))))
+
 (define-public perl-file-changenotify
   (package
     (name "perl-file-changenotify")



reply via email to

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