aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-22 07:26:26 -0700
committerAdam Vandenberg2014-04-22 07:26:26 -0700
commit40ccbf5d21f839ce78a706f2c3109d261a801b2a (patch)
treec089b95fd4f9585e5e44b4ff2890f4c88d3cdec6 /Library/Formula
parent7bf2dd11f40259d5c9f14bafc63e8470996d5105 (diff)
downloadhomebrew-40ccbf5d21f839ce78a706f2c3109d261a801b2a.tar.bz2
Remove shogun
This software is already packaged in homebrew-science. Closes #28572.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/shogun.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/shogun.rb b/Library/Formula/shogun.rb
deleted file mode 100644
index dcd1a9fec..000000000
--- a/Library/Formula/shogun.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-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