arm: delete (#26240)

This commit is contained in:
commitay 2018-04-07 15:18:28 +10:00 committed by ilovezfs
parent 9e80f94741
commit e990f86948
2 changed files with 1 additions and 28 deletions

View file

@ -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

View file

@ -6,6 +6,7 @@
"apache-spark15": "apache-spark@15", "apache-spark15": "apache-spark@15",
"apache-spark16": "apache-spark@16", "apache-spark16": "apache-spark@16",
"app-engine-java-sdk": "app-engine-java", "app-engine-java-sdk": "app-engine-java",
"arm": "nyx",
"autoconf213": "autoconf@213", "autoconf213": "autoconf@213",
"autoconf264": "autoconf@264", "autoconf264": "autoconf@264",
"automake112": "automake@112", "automake112": "automake@112",