aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-16 22:09:22 -0700
committerAdam Vandenberg2012-03-16 22:09:22 -0700
commit110ad71beb2846656650bafda4ed18a483899b13 (patch)
treeaef815a2252fb8c189cafcd6fcdef434ea4926e9 /Library
parent383e4dcd366854b12a0d28dc80c30e4ca970b770 (diff)
downloadhomebrew-110ad71beb2846656650bafda4ed18a483899b13.tar.bz2
Remove ninja.
Moving this head-only formula to homebrew-alt.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ninja.rb11
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