guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add perl-text-neattemplate.


From: Leo Famulari
Subject: 01/01: gnu: Add perl-text-neattemplate.
Date: Thu, 17 Mar 2016 04:46:08 +0000

lfam pushed a commit to branch master
in repository guix.

commit 65829fec471707d38700573a25eb88e5ef17ff3f
Author: Jochem Raat <address@hidden>
Date:   Wed Mar 16 14:12:08 2016 +0100

    gnu: Add perl-text-neattemplate.
    
    * gnu/packages/perl.scm (perl-text-neattemplate): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/perl.scm |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d67870f..fb42735 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2015, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Eric Dvorsak <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Jochem Raat <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5695,6 +5696,31 @@ used to match against text, rather than fetching names 
from a filesystem.  If
 you want to do full file globbing use the File::Glob module instead.")
     (license (package-license perl))))
 
+(define-public perl-text-neattemplate
+  (package
+    (name "perl-text-neattemplate")
+    (version "0.1101")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://cpan.metacpan.org/authors/id/R/RU/RUBYKAT/";
+             "Text-NeatTemplate-" version ".tar.gz"))
+       (sha256
+        (base32
+         "129msa57jzxxi2x7z9hgzi48r48y65w77ycfk1w733zz2m8nr8y3"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build" ,perl-module-build)))
+    (home-page
+     "http://search.cpan.org/dist/Text-NeatTemplate";)
+    (synopsis "Fast, middleweight template engine")
+    (description
+     "Text::NeatTemplate provides a simple, middleweight but fast
+template engine, for when you need speed rather than complex features,
+yet need more features than simple variable substitution.")
+    (license (package-license perl))))
+
 (define-public perl-text-simpletable
   (package
     (name "perl-text-simpletable")



reply via email to

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