diff options
| author | Adam Vandenberg | 2012-09-05 22:21:29 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-05 22:21:29 -0700 |
| commit | 56308dc2ebf68a2d84517d13a54ab856efc3f589 (patch) | |
| tree | 48ed76eb372b8d3e77018d6cbbab5078a5f1b179 /Library/Formula | |
| parent | c89beafa7e355426b5e1e6d39988d7f620479de6 (diff) | |
| download | homebrew-56308dc2ebf68a2d84517d13a54ab856efc3f589.tar.bz2 | |
Redact chmox.
The formula is head-only, hasn't had a stable release since 2005, uses
CVS (so it prompts for a password when downloading), and builds with a now
out-of-date xcode project version.
The good news is that there's a binary download on its homepage.
Closes #14248.
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 |
