diff options
Diffstat (limited to 'app-misc/color/metadata.xml')
-rw-r--r-- | app-misc/color/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/color/metadata.xml b/app-misc/color/metadata.xml new file mode 100644 index 000000000000..c1bead0461d4 --- /dev/null +++ b/app-misc/color/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>shell-tools</herd> + <longdescription lang="en"> + Color is a nifty little utility that you can call from shell scripts, + that will let you easily use ANSI escape codes (for colors, bold, + underline, etc) to your shell scripts without having to memorize escape + sequences and type it every time you want a little red... + </longdescription> +</pkgmetadata> |