~ruther/guix-local

7ae9557181d5d94a7ed707d4ae8a49d4f94a2156 — Eric Bavier 11 years ago f21671f
gnu: Add Text-Aligner.

* gnu/packages/perl.scm (perl-text-aligner): New variable.
1 files changed, 19 insertions(+), 0 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +19 -0
@@ 5171,6 5171,25 @@ generation of tests in nested combinations of contexts.")
support.")
    (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
  (package
    (name "perl-text-balanced")