guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: Add perl-uri-template.


From: Efraim Flashner
Subject: 01/14: gnu: Add perl-uri-template.
Date: Mon, 5 Sep 2016 18:39:40 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 105d4ee2dfa2297482f4a2503802b79d679675c7
Author: ng0 <address@hidden>
Date:   Sun Aug 14 12:42:12 2016 +0000

    gnu: Add perl-uri-template.
    
    * gnu/packages/web.scm (perl-uri-template): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/web.scm |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e004062..22d7384 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2964,6 +2964,30 @@ URI::Find::Schemeless.  For a command-line interface, 
urifind is provided.")
 methods for WebSocket URIs as it does for HTTP URIs.")
     (license (package-license perl))))
 
+(define-public perl-uri-template
+  (package
+    (name "perl-uri-template")
+    (version "0.22")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append 
"mirror://cpan/authors/id/B/BR/BRICAS/URI-Template-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "08kjjb4c0v9gqfrfnj1wkivylxl05finn11ra64dj136fhmnyrbg"))))
+    (build-system perl-build-system)
+    (inputs
+     `(("perl-uri" ,perl-uri)))
+    (native-inputs
+     `(("perl-test-pod-coverage" ,perl-test-pod-coverage)
+       ("perl-test-pod" ,perl-test-pod)
+       ("perl-json" ,perl-json)))
+    (home-page "http://search.cpan.org/dist/URI-Template";)
+    (synopsis "Object for handling URI templates")
+    (description "This perl module provides a wrapper around URI templates as 
described in
+RFC 6570.")
+    (license (package-license perl))))
+
 (define-public perl-www-curl
   (package
     (name "perl-www-curl")



reply via email to

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