From 71d2d2d4188f8404605cb0110dbdcfa882bf8965 Mon Sep 17 00:00:00 2001 From: Bryan Ross Date: Sun, 2 Jan 2011 02:55:56 -0700 Subject: Added formula for yaml-cpp Closes #3795. Signed-off-by: Mike McQuaid --- Library/Formula/yaml-cpp.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/yaml-cpp.rb (limited to 'Library/Formula/yaml-cpp.rb') diff --git a/Library/Formula/yaml-cpp.rb b/Library/Formula/yaml-cpp.rb new file mode 100644 index 000000000..76d06993e --- /dev/null +++ b/Library/Formula/yaml-cpp.rb @@ -0,0 +1,20 @@ +require 'formula' + +class YamlCpp ', '' + + system "cmake . #{std_cmake_parameters}" + system "make install" + end +end -- cgit v1.2.3