2011-02-10 09:49:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Ninja < Formula
|
2011-09-11 08:37:37 +00:00
|
|
|
head 'https://github.com/martine/ninja.git'
|
2011-02-10 09:49:52 +00:00
|
|
|
homepage 'https://github.com/martine/ninja'
|
|
|
|
|
|
|
|
def install
|
2011-12-28 10:19:21 +00:00
|
|
|
system "./bootstrap.py"
|
2011-02-10 09:49:52 +00:00
|
|
|
bin.install "ninja"
|
|
|
|
end
|
|
|
|
end
|