diff options
Diffstat (limited to 'Library/Formula/cliweather.rb')
| -rw-r--r-- | Library/Formula/cliweather.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/cliweather.rb b/Library/Formula/cliweather.rb deleted file mode 100644 index f655c990b..000000000 --- a/Library/Formula/cliweather.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'formula' - -class Cliweather < Formula - url 'http://pub.lambda.ath.cx/patrick/cliweather/static/downloads/cliweather-2011.05.05.tar.gz' - homepage 'http://closure.ath.cx/cliweather' - md5 'faf9f16e86e48906708b07f381cedebc' - - def install - bin.install "cliweather" - end - - def test - system "#{bin}/cliweather", "98027" - end -end |
