homebrew-core/Formula/chmox.rb
Loom 7ab8ff71e8 New formula : chmox
Microsoft compiled help module viewer for OSX

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-15 09:14:09 -07:00

18 lines
405 B
Ruby

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