mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-text-xslate.
* gnu/packages/perl.scm (perl-text-xslate): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
d356558198
commit
d2b7d14db4
1 changed files with 26 additions and 0 deletions
|
@ -13588,6 +13588,32 @@ minimal handling of languages which doesn't use whitespaces between
|
||||||
words (like Chinese and Japanese) is supported.")
|
words (like Chinese and Japanese) is supported.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-text-xslate
|
||||||
|
(package
|
||||||
|
(name "perl-text-xslate")
|
||||||
|
(version "3.5.9")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/S/SK/SKAJI/Text-Xslate-v" version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"103lhyqqv53x9rqsnxcba3pc4qkbwnjsw3gpyd7rjm0aw65mrj20"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs (list perl-file-copy-recursive
|
||||||
|
perl-module-build
|
||||||
|
perl-module-build-xsutil
|
||||||
|
perl-test-requires))
|
||||||
|
(propagated-inputs (list perl-data-messagepack perl-mouse))
|
||||||
|
(home-page "https://metacpan.org/release/Text-Xslate")
|
||||||
|
(synopsis "Scalable template engine for Perl5")
|
||||||
|
(description
|
||||||
|
"Xslate is a template engine, tuned for persistent applications, safe as
|
||||||
|
an HTML generator, and with rich features. The core design principle is that
|
||||||
|
template logic does not have access outside the template without permission.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-regexp-pattern
|
(define-public perl-regexp-pattern
|
||||||
(package
|
(package
|
||||||
(name "perl-regexp-pattern")
|
(name "perl-regexp-pattern")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue