homebrew-core/Formula/cliweather.rb
Richard Osborn 465b987f84 cliweather 2011.05.05
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-13 18:54:07 -07:00

15 lines
333 B
Ruby

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 "cliweather 98027"
end
end