guix-commits
[Top][All Lists]
Advanced

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

19/25: gnu: Add perl6-terminal-ansicolor.


From: guix-commits
Subject: 19/25: gnu: Add perl6-terminal-ansicolor.
Date: Tue, 12 Mar 2019 16:21:36 -0400 (EDT)

efraim pushed a commit to branch wip-perl6
in repository guix.

commit 8ecbbfdbb0ca6a380062b24cc7fcb5d7b873bc4b
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 10 21:25:00 2019 +0200

    gnu: Add perl6-terminal-ansicolor.
    
    * gnu/packages/perl6.scm (perl6-terminal-ansicolor): New variable.
---
 gnu/packages/perl6.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index af43dd3..30d1f4c 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -508,6 +508,28 @@ TAP based test suite and prints a report.  The 
@command{prove6} command is a
 minimal wrapper around an instance of this module.")
     (license license:artistic2.0)))
 
+(define-public perl6-terminal-ansicolor
+  (package
+    (name "perl6-terminal-ansicolor")
+    (version "0.5")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/tadzik/Terminal-ANSIColor.git";)
+               ;; The commit where 0.5 was "tagged"
+               (commit "edded4a7116ce11cbc9fb5a83669c7ba119d0212")))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "1apm999azkyg5s35gid12wq019aqnvzrkz7qjmipd74mdxgr00x7"))))
+    (build-system rakudo-build-system)
+    (arguments '(#:with-zef? #f))
+    (home-page "https://github.com/tadzik/Terminal-ANSIColor";)
+    (synopsis "Colorize terminal output")
+    (description "This is a @code{Terminal::ANSIColor} module for Perl 6.")
+    (license license:expat)))
+
 (define-public perl6-test-meta
   (package
     (name "perl6-test-meta")



reply via email to

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