diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/chmox.rb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Library/Formula/chmox.rb b/Library/Formula/chmox.rb deleted file mode 100644 index b2a73d1fd..000000000 --- a/Library/Formula/chmox.rb +++ /dev/null @@ -1,20 +0,0 @@ -require 'formula' - -class Chmox < Formula - head 'cvs://:pserver:anonymous@chmox.cvs.sourceforge.net:/cvsroot/chmox:Sources' - homepage 'http://chmox.sourceforge.net' - - depends_on :xcode # For working xcodebuild. - - def install - system "xcodebuild SYMROOT=build" - 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 |
