gnu: Add Text-Aligner.
* gnu/packages/perl.scm (perl-text-aligner): New variable.
This commit is contained in:
parent
f21671f469
commit
7ae9557181
|
@ -5171,6 +5171,25 @@ generation of tests in nested combinations of contexts.")
|
||||||
support.")
|
support.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-text-aligner
|
||||||
|
(package
|
||||||
|
(name "perl-text-aligner")
|
||||||
|
(version "0.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
|
||||||
|
"Text-Aligner-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0a6zkchc0apvzkch6z18cx6h97xfiv50r7n4xhg90x8dvk75qzcs"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Text-Aligner")
|
||||||
|
(synopsis "Align text")
|
||||||
|
(description "Text::Aligner exports a single function, align(), which is
|
||||||
|
used to justify strings to various alignment styles.")
|
||||||
|
(license x11)))
|
||||||
|
|
||||||
(define-public perl-text-balanced
|
(define-public perl-text-balanced
|
||||||
(package
|
(package
|
||||||
(name "perl-text-balanced")
|
(name "perl-text-balanced")
|
||||||
|
|
Loading…
Reference in New Issue