From e990f8694855d08f951ff53e31888cfbd9e48fc5 Mon Sep 17 00:00:00 2001 From: commitay Date: Sat, 7 Apr 2018 15:18:28 +1000 Subject: [PATCH] arm: delete (#26240) --- Formula/arm.rb | 28 ---------------------------- formula_renames.json | 1 + 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 Formula/arm.rb diff --git a/Formula/arm.rb b/Formula/arm.rb deleted file mode 100644 index 064b174539..0000000000 --- a/Formula/arm.rb +++ /dev/null @@ -1,28 +0,0 @@ -class Arm < Formula - desc "Terminal status monitor for Tor" - homepage "https://www.atagar.com/arm/" - url "https://www.atagar.com/arm/resources/static/arm-1.4.5.0.tar.bz2" - sha256 "fc0e771585dde3803873b4807578060f0556cf1cac6c38840a714ffada3b28fa" - revision 1 - - bottle :unneeded - - def install - libexec.install Dir["*"] - bin.write_exec_script libexec/"arm" - end - - def caveats; <<~EOS - You'll need to enable the Tor Control Protocol in your torrc. - See here for details: https://www.torproject.org/tor-manual.html.en - - To configure Arm, copy the sample configuration from - #{opt_libexec}/armrc.sample - to ~/.arm/armrc, adjusting as needed. - EOS - end - - test do - system "#{bin}/arm", "--version" - end -end diff --git a/formula_renames.json b/formula_renames.json index 14b0a66950..dd51f51531 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -6,6 +6,7 @@ "apache-spark15": "apache-spark@15", "apache-spark16": "apache-spark@16", "app-engine-java-sdk": "app-engine-java", + "arm": "nyx", "autoconf213": "autoconf@213", "autoconf264": "autoconf@264", "automake112": "automake@112",