diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bbcolors.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/bbcolors.rb b/Library/Formula/bbcolors.rb new file mode 100644 index 000000000..9003ac38a --- /dev/null +++ b/Library/Formula/bbcolors.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Bbcolors <Formula + url 'http://daringfireball.net/projects/downloads/bbcolors_1.0.1.zip' + homepage 'http://daringfireball.net/projects/bbcolors/' + md5 '43ae9c44f0a423fcf3e6a21ed3afaec4' + + def install + bin.install "bbcolors" + end +end |
