summaryrefslogtreecommitdiff
path: root/homebrew/yamlcpp/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/yamlcpp/.beer')
-rw-r--r--homebrew/yamlcpp/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/yamlcpp/.beer b/homebrew/yamlcpp/.beer
new file mode 100644
index 000000000..f113f4c4e
--- /dev/null
+++ b/homebrew/yamlcpp/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "YamlCpp",
+ "description": "C++ YAML parser and emitter for YAML 1.2 spec",
+ "url": "https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/jbeder/yaml-cpp",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://github.com/jbeder/yaml-cpp/commit/5e79f5eed3d86125468681116e92814d2cf40067.patch?full_index=1",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args, \"-DBUILD_SHARED_LIBS=ON\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.6.2",
+ "file": "yaml-cpp.rb"
+} \ No newline at end of file