diff options
Diffstat (limited to 'homebrew/ninja')
-rw-r--r-- | homebrew/ninja/.beer | 22 | ||||
-rw-r--r-- | homebrew/ninja/.make.sh-auto | 8 | ||||
-rw-r--r-- | homebrew/ninja/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/ninja/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/ninja/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/ninja/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/ninja/download.sh | 1 |
7 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/ninja/.beer b/homebrew/ninja/.beer new file mode 100644 index 000000000..eeff43e1b --- /dev/null +++ b/homebrew/ninja/.beer @@ -0,0 +1,22 @@ +{ + "name": "Ninja", + "description": "Small build system for use with gyp or CMake", + "url": "https://github.com/ninja-build/ninja/archive/v1.9.0.tar.gz", + "mirror": null, + "homepage": "https://ninja-build.org/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"python\", \"configure.py\", \"--bootstrap\"", + "system \"./configure.py\"", + "system \"./ninja\", \"ninja_test\"", + "system \"./ninja_test\", \"--gtest_filter=-SubprocessTest.SetWithLots\"", + "bin.install \"ninja\"", + "bash_completion.install \"misc/bash-completion\" => \"ninja-completion.sh\"", + "zsh_completion.install \"misc/zsh-completion\" => \"_ninja\"" + ], + "version": "1.9.0", + "file": "ninja.rb" +}
\ No newline at end of file diff --git a/homebrew/ninja/.make.sh-auto b/homebrew/ninja/.make.sh-auto new file mode 100644 index 000000000..f4bbb4b00 --- /dev/null +++ b/homebrew/ninja/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +python configure.py --bootstrap +pkg:configure.py +./ninja ninja_test +./ninja_test --gtest_filter=-SubprocessTest.SetWithLots +bin.install "ninja" +bash_completion.install "misc/bash-completion" => "ninja-completion.sh" +zsh_completion.install "misc/zsh-completion" => "_ninja" diff --git a/homebrew/ninja/_metadata/description b/homebrew/ninja/_metadata/description new file mode 100644 index 000000000..aebf8c78b --- /dev/null +++ b/homebrew/ninja/_metadata/description @@ -0,0 +1 @@ +Small build system for use with gyp or CMake diff --git a/homebrew/ninja/_metadata/homepage b/homebrew/ninja/_metadata/homepage new file mode 100644 index 000000000..f1f3e3dd7 --- /dev/null +++ b/homebrew/ninja/_metadata/homepage @@ -0,0 +1 @@ +https://ninja-build.org/ diff --git a/homebrew/ninja/_metadata/name b/homebrew/ninja/_metadata/name new file mode 100644 index 000000000..b3f3d1e39 --- /dev/null +++ b/homebrew/ninja/_metadata/name @@ -0,0 +1 @@ +Ninja diff --git a/homebrew/ninja/_metadata/version b/homebrew/ninja/_metadata/version new file mode 100644 index 000000000..f8e233b27 --- /dev/null +++ b/homebrew/ninja/_metadata/version @@ -0,0 +1 @@ +1.9.0 diff --git a/homebrew/ninja/download.sh b/homebrew/ninja/download.sh new file mode 100755 index 000000000..11501c7f4 --- /dev/null +++ b/homebrew/ninja/download.sh @@ -0,0 +1 @@ +wget https://github.com/ninja-build/ninja/archive/v1.9.0.tar.gz
\ No newline at end of file |