diff options
Diffstat (limited to 'homebrew/nlohmannjson/.beer')
-rw-r--r-- | homebrew/nlohmannjson/.beer | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/nlohmannjson/.beer b/homebrew/nlohmannjson/.beer new file mode 100644 index 000000000..37ef07567 --- /dev/null +++ b/homebrew/nlohmannjson/.beer @@ -0,0 +1,23 @@ +{ + "name": "NlohmannJson", + "description": "JSON for modern C++", + "url": "https://github.com/nlohmann/json/archive/v3.6.1.tar.gz", + "mirror": null, + "homepage": "https://github.com/nlohmann/json", + "depends": [ + { + "depend": "cmake", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "mkdir \"build\" do", + "system \"cmake\", \"..\", \"-DJSON_BuildTests=OFF\", *std_cmake_args", + "system \"make\", \"install\"" + ], + "version": "3.6.1", + "file": "nlohmann-json.rb" +}
\ No newline at end of file |