2012-04-10 15:50:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Storm < Formula
|
|
|
|
homepage 'https://github.com/nathanmarz/storm/wiki'
|
2013-01-18 10:40:19 +00:00
|
|
|
url 'https://dl.dropbox.com/u/133901206/storm-0.8.2.zip'
|
|
|
|
sha1 'abb533c90f5b9eeaafb9136670091fc894fce169'
|
|
|
|
|
|
|
|
devel do
|
2013-08-22 18:28:37 +00:00
|
|
|
url 'https://dl.dropbox.com/u/133901206/storm-0.9.0-wip21.zip'
|
|
|
|
sha1 '0007b8feba30a126dce8a97412d440b967cb3d26'
|
|
|
|
version '0.9.0-wip21'
|
2013-01-18 10:40:19 +00:00
|
|
|
end
|
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
|