pkgsrc/misc/ruby-colorator/Makefile
taca 5ed930be53 Add ruby-colorator package version 0.1.
# colorator

Colorize your text for the terminal

## Supported Colors

- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- bold

## Why

There are a bunch of gems that provide functionality like this, but none have
as simple an API as this. Just call `"string".color` and your text will be
colorized.
2013-09-15 17:13:59 +00:00

12 lines
308 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/15 17:13:59 taca Exp $
DISTNAME= colorator-0.1
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/octopress/colorator
COMMENT= Colorize your text in the terminal
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"