diff options
| author | Loom | 2010-09-10 13:31:12 +1000 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-15 09:14:09 -0700 |
| commit | c8b4bfceb4fc1ba2443ab95af5b1220dff6507f6 (patch) | |
| tree | 97dd023cadf3bfaa512e0bdde0eec6d68cc32a64 /Library/Formula/chmox.rb | |
| parent | 50e7f539b715d7a6718e823b2ecf320380d59aa2 (diff) | |
| download | homebrew-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.rb | 18 |
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 |
