aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cliweather.rb
diff options
context:
space:
mode:
authorJonathan Ragan-Kelley2011-04-23 11:25:22 -0400
committerAdam Vandenberg2011-06-08 18:40:54 -0700
commit081f98dbbba756ba7b51b69d11bae7427c4c9699 (patch)
tree67ebb4444757337ba63dbe1ff15d9a6634422408 /Library/Formula/cliweather.rb
parent586ebda7b336ac8e6d16b83972540ceea695ff92 (diff)
downloadhomebrew-081f98dbbba756ba7b51b69d11bae7427c4c9699.tar.bz2
cliweather 2011.04.21
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cliweather.rb')
-rw-r--r--Library/Formula/cliweather.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/cliweather.rb b/Library/Formula/cliweather.rb
new file mode 100644
index 000000000..ef3f3b64c
--- /dev/null
+++ b/Library/Formula/cliweather.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Cliweather < Formula
+ url 'http://pub.lambda.ath.cx/patrick/cliweather/static/downloads/cliweather-2011.04.21.tar.gz'
+ homepage 'http://closure.ath.cx/cliweather'
+ md5 '62261bd8703d768a2fbef36d66f4bc08'
+
+ def install
+ bin.install "cliweather"
+ end
+
+ def test
+ system "cliweather 98027"
+ end
+end