aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/color-code.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/color-code.rb b/Library/Formula/color-code.rb
new file mode 100644
index 000000000..17b8b451d
--- /dev/null
+++ b/Library/Formula/color-code.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class ColorCode <Formula
+ url 'http://test.laebisch.com/ColorCode-0.5.5.tar.gz'
+ homepage 'http://colorcode.laebisch.com/'
+ md5 'f41657dccdb9305c3b5532f701067630'
+
+ depends_on 'qt'
+
+ def install
+ system "qmake; make"
+ prefix.install "ColorCode.app"
+ end
+end