Add formula for ninja build system.
This commit is contained in:
parent
61b2eb8e9f
commit
22d6ec342b
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
|
||||
head 'git://github.com/alexgartrell/ninja.git'
|
||||
homepage 'https://github.com/martine/ninja'
|
||||
|
||||
def install
|
||||
system "./bootstrap.sh"
|
||||
bin.mkpath
|
||||
bin.install "ninja"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue