From 701877f31665ea74da0a1afcb73041aec75d8a75 Mon Sep 17 00:00:00 2001 From: grecocd Date: Sun, 23 Mar 2014 12:30:59 -0400 Subject: shogun 3.2.0 Closes #27804. Signed-off-by: Adam Vandenberg --- Library/Formula/shogun.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/shogun.rb (limited to 'Library') diff --git a/Library/Formula/shogun.rb b/Library/Formula/shogun.rb new file mode 100644 index 000000000..dcd1a9fec --- /dev/null +++ b/Library/Formula/shogun.rb @@ -0,0 +1,14 @@ +require "formula" + +class Shogun < Formula + homepage "http://shogun-toolbox.org" + url "http://shogun-toolbox.org/archives/shogun/releases/3.2/sources/shogun-3.2.0.tar.bz2" + sha1 "442e212a19d0297b4df45a4dfe7deb6312441e54" + + depends_on "cmake" => :build + + def install + system "cmake", ".", *std_cmake_args + system "make", "install" + end +end -- cgit v1.2.3