guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: gnu: Add perl-text-tabs+wrap.


From: guix-commits
Subject: 07/16: gnu: Add perl-text-tabs+wrap.
Date: Sun, 4 Jul 2021 21:55:51 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit f08d3d7ad9e66155b562f5e24acf9ca32b15e3b9
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Jun 22 07:26:59 2021 -0400

    gnu: Add perl-text-tabs+wrap.
    
    * gnu/packages/perl.scm (perl-text-tabs+wrap): New variable.
---
 gnu/packages/perl.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index dac290a..5f443bc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10332,6 +10332,24 @@ algorism to indicate multiplication by 1000.")
     (description "Text::Table renders plaintext tables.")
     (license license:x11)))
 
+(define-public perl-text-tabs+wrap
+  (package
+    (name "perl-text-tabs+wrap")
+    (version "2013.0523")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MU/MUIR/modules/"
+                           "Text-Tabs+Wrap-" version ".tar.gz"))
+       (sha256
+        (base32 "0pv5dympvrba6lslklwzb4glpazl5farn2b2530vjdxpzxphbjxr"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/dist/Text-Tabs+Wrap";)
+    (synopsis "Text::Tabs and Text::Wrap Modules")
+    (description "Text::Tabs will add or remove tabs from a document.
+Text::Wrap will reformat lines into paragraphs.")
+    (license (package-license perl))))
+
 (define-public perl-text-template
   (package
     (name "perl-text-template")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]