diff options
| author | Adam Vandenberg | 2012-03-16 22:09:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-16 22:09:22 -0700 |
| commit | 110ad71beb2846656650bafda4ed18a483899b13 (patch) | |
| tree | aef815a2252fb8c189cafcd6fcdef434ea4926e9 /Library | |
| parent | 383e4dcd366854b12a0d28dc80c30e4ca970b770 (diff) | |
| download | homebrew-110ad71beb2846656650bafda4ed18a483899b13.tar.bz2 | |
Remove ninja.
Moving this head-only formula to homebrew-alt.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ninja.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb deleted file mode 100644 index 422177a20..000000000 --- a/Library/Formula/ninja.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'formula' - -class Ninja < Formula - head 'https://github.com/martine/ninja.git' - homepage 'https://github.com/martine/ninja' - - def install - system "./bootstrap.py" - bin.install "ninja" - end -end |
