[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: Add perl-text-haml.
From: |
guix-commits |
Subject: |
06/12: gnu: Add perl-text-haml. |
Date: |
Sun, 14 Jun 2020 06:41:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5e44ec69d68bf9bacfd7343e6ee78b25de1733fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 14 11:22:23 2020 +0200
gnu: Add perl-text-haml.
* gnu/packages/perl.scm (perl-text-haml): 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 2d4ce0e..b164796 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9685,6 +9685,30 @@ used to match against text, rather than fetching names
from a file system. If
you want to do full file globbing use the File::Glob module instead.")
(license (package-license perl))))
+(define-public perl-text-haml
+ (package
+ (name "perl-text-haml")
+ (version "0.990118")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/V/VT/VTI/"
+ "Text-Haml-" version ".tar.gz"))
+ (sha256
+ (base32 "1siq8hgj7s8gwpf3n3h1is5v50rwi6av8lfb19khiyyqz0rp7a57"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-module-build-tiny" ,perl-module-build-tiny)))
+ (propagated-inputs
+ `(("perl-data-section-simple" ,perl-data-section-simple)
+ ("perl-uri" ,perl-uri)))
+ (home-page "https://metacpan.org/release/Text-Haml")
+ (synopsis "Haml Perl implementation")
+ (description
+ "Text::Haml implements Haml
+@url{http://haml.info/docs/yardoc/file.REFERENCE.html} specification.")
+ (license artistic2.0)))
+
(define-public perl-text-neattemplate
(package
(name "perl-text-neattemplate")
- branch master updated (8331e23 -> f810d69), guix-commits, 2020/06/14
- 03/12: gnu: Add perl-test-subcalls., guix-commits, 2020/06/14
- 01/12: gnu: Add perl-hook-lexwrap., guix-commits, 2020/06/14
- 04/12: gnu: Add perl-data-section-simple., guix-commits, 2020/06/14
- 05/12: gnu: Add perl-tie-simple., guix-commits, 2020/06/14
- 06/12: gnu: Add perl-text-haml.,
guix-commits <=
- 09/12: gnu: Add perl-ppi., guix-commits, 2020/06/14
- 10/12: gnu: Add perl-locale-maketext-lexicon., guix-commits, 2020/06/14
- 02/12: gnu: Add perl-test-object., guix-commits, 2020/06/14
- 12/12: gnu: Use ‘license:’ prefix in (gnu packages perl)., guix-commits, 2020/06/14
- 07/12: gnu: Add perl-lingua-en-sentence., guix-commits, 2020/06/14
- 08/12: gnu: Add perl-compress-bzip2., guix-commits, 2020/06/14
- 11/12: gnu: Add perl-text-patch., guix-commits, 2020/06/14