2012-04-10 15:50:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Storm < Formula
|
|
|
|
homepage 'https://github.com/nathanmarz/storm/wiki'
|
2012-08-19 09:30:54 +00:00
|
|
|
url 'https://github.com/downloads/nathanmarz/storm/storm-0.8.0.zip'
|
|
|
|
sha1 'a7057603a7de13d1955d4715a17fd8a19df13a13'
|
2012-04-10 15:50:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install Dir['*']
|
2012-07-07 02:49:51 +00:00
|
|
|
bin.install_symlink libexec/"bin/storm"
|
2012-04-10 15:50:49 +00:00
|
|
|
end
|
|
|
|
end
|