Added bbcolors formula, a tool to manage color schemes for BBEdit.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jannis Leidel 2010-06-04 11:04:56 +02:00 committed by Adam Vandenberg
parent 0ee61a45db
commit 994592f5bf
1 changed files with 11 additions and 0 deletions

11
Formula/bbcolors.rb Normal file
View File

@ -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