cliweather 2011.04.21
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ddacf908f0
commit
511ee193db
1 changed files with 15 additions and 0 deletions
15
Formula/cliweather.rb
Normal file
15
Formula/cliweather.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue