From 77277c4b00dba76d2e85f0c2fc783678819db32e Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 20 Aug 2014 18:19:48 +0100 Subject: 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 --- Library/Formula/hydra-cli.rb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Library/Formula/hydra-cli.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3