aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-08-20 18:19:48 +0100
committerJack Nagel2014-08-20 23:35:30 -0500
commit77277c4b00dba76d2e85f0c2fc783678819db32e (patch)
treedc2d69e54784e5b66c4bd9ffe51746310f5a4866 /Library
parent8e8a8542292e6093dc56ac31e59295c71183dd75 (diff)
downloadhomebrew-77277c4b00dba76d2e85f0c2fc783678819db32e.tar.bz2
Remove hydra-cli
See https://github.com/mjolnir-io/mjolnir/issues/412#issuecomment-52809215. In short, Hydra is dead. It'll return as Mjolnir hopefully in the near future, but Hydra-cli will see no further updates. Closes #31739. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hydra-cli.rb23
1 files changed, 0 insertions, 23 deletions
diff --git a/Library/Formula/hydra-cli.rb b/Library/Formula/hydra-cli.rb
deleted file mode 100644
index ca0e1e8f2..000000000
--- a/Library/Formula/hydra-cli.rb
+++ /dev/null
@@ -1,23 +0,0 @@
-require "formula"
-
-class HydraCli < Formula
- homepage "https://github.com/sdegutis/hydra-cli"
- url "https://github.com/sdegutis/hydra-cli/archive/1.0.1.tar.gz"
- sha1 "c71d8c2f5b63a99a030747eb34db49f774234acc"
- head "https://github.com/sdegutis/hydra-cli.git"
-
- bottle do
- cellar :any
- sha1 "d400ef1b8828aa64545e1f05c79e75de97538f4c" => :mavericks
- sha1 "faa0090500ce98fef5900d12a0def7bc2db1a040" => :mountain_lion
- sha1 "61a5f08654f8cbde7246aef2c13d278c7b094a0e" => :lion
- end
-
- def install
- system "make", "install", "PREFIX=#{prefix}"
- end
-
- test do
- system "#{bin}/hydra", "-h"
- end
-end