summaryrefslogtreecommitdiff
path: root/homebrew/jsoncpp/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/jsoncpp/.beer')
-rw-r--r--homebrew/jsoncpp/.beer29
1 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/jsoncpp/.beer b/homebrew/jsoncpp/.beer
new file mode 100644
index 000000000..c67ccf5d8
--- /dev/null
+++ b/homebrew/jsoncpp/.beer
@@ -0,0 +1,29 @@
+{
+ "name": "Jsoncpp",
+ "description": "Library for interacting with JSON",
+ "url": "https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/open-source-parsers/jsoncpp",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.cxx11",
+ "system \"cmake\", \".\", *std_cmake_args,",
+ "\"-DBUILD_STATIC_LIBS=ON\",",
+ "\"-DBUILD_SHARED_LIBS=ON\",",
+ "\"-DJSONCPP_WITH_CMAKE_PACKAGE=ON\",",
+ "\"-DJSONCPP_WITH_TESTS=OFF\",",
+ "\"-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF\",",
+ "\"-DCCACHE_FOUND=CCACHE_FOUND-NOTFOUND\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.8.4",
+ "file": "jsoncpp.rb"
+} \ No newline at end of file