homebrew-core/Formula/storm.rb
Sergey Lukjanov 8c78b394fb storm 0.8.1
Closes Homebrew/homebrew#14991.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-18 13:19:54 -05:00

12 lines
313 B
Ruby

require 'formula'
class Storm < Formula
homepage 'https://github.com/nathanmarz/storm/wiki'
url 'https://github.com/downloads/nathanmarz/storm/storm-0.8.1.zip'
sha1 'ce5f5dad82f33b7189ce975e0741d1c57007ed0e'
def install
libexec.install Dir['*']
bin.install_symlink libexec/"bin/storm"
end
end