Color Code

ColorCode is a free advanced MasterMind clone with lots of different game variants,
from the very easy up to really challenging ones.
master
David Höppner 2010-01-08 18:17:12 +01:00
parent f42e7b85b2
commit 867df3a689
1 changed files with 14 additions and 0 deletions

14
Formula/color-code.rb Normal file
View File

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