Ninja 120715
Closes Homebrew/homebrew#14087. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a366878636
commit
a1d4cec00b
1 changed files with 12 additions and 0 deletions
12
Formula/ninja.rb
Normal file
12
Formula/ninja.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ninja < Formula
|
||||
homepage 'https://github.com/martine/ninja'
|
||||
url 'https://github.com/martine/ninja/tarball/release-120715'
|
||||
sha1 '623e7e86f05c76fe8ea8b5ce72f2a3a2a891ff38'
|
||||
|
||||
def install
|
||||
system "./bootstrap.py"
|
||||
bin.install "ninja"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue