gnu: Add perl-text-haml.

* gnu/packages/perl.scm (perl-text-haml): New variable.
This commit is contained in:
Nicolas Goaziou 2020-06-14 11:22:23 +02:00
parent c158ab3067
commit 5e44ec69d6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9685,6 +9685,30 @@ (define-public perl-text-glob
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")