aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chmox.rb
diff options
context:
space:
mode:
authorLoom2010-09-10 13:31:12 +1000
committerAdam Vandenberg2010-09-15 09:14:09 -0700
commitc8b4bfceb4fc1ba2443ab95af5b1220dff6507f6 (patch)
tree97dd023cadf3bfaa512e0bdde0eec6d68cc32a64 /Library/Formula/chmox.rb
parent50e7f539b715d7a6718e823b2ecf320380d59aa2 (diff)
downloadhomebrew-c8b4bfceb4fc1ba2443ab95af5b1220dff6507f6.tar.bz2
New formula : chmox
Microsoft compiled help module viewer for OSX Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/chmox.rb')
-rw-r--r--Library/Formula/chmox.rb18
1 files changed, 18 insertions, 0 deletions
diff --git a/Library/Formula/chmox.rb b/Library/Formula/chmox.rb
new file mode 100644
index 000000000..b15a34f8c
--- /dev/null
+++ b/Library/Formula/chmox.rb
@@ -0,0 +1,18 @@
+require 'formula'
+
+class Chmox <Formula
+ head 'cvs://:pserver:anonymous@chmox.cvs.sourceforge.net:/cvsroot/chmox:Sources'
+ homepage 'http://chmox.sourceforge.net'
+
+ def install
+ system "xcodebuild"
+ prefix.install "build/Default/Chmox.app"
+ end
+
+ def caveats; <<-EOS.undent
+ Chmox.app installed to:
+ #{prefix}
+ Use \"brew linkapps\" to symlink into ~/Applications.
+ EOS
+ end
+end