shogun 3.2.0
Closes Homebrew/homebrew#27804. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
da8c922c68
commit
34a9933dac
1 changed files with 14 additions and 0 deletions
14
Formula/shogun.rb
Normal file
14
Formula/shogun.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue