homebrew-core/Formula/storm.rb

13 lines
313 B
Ruby
Raw Normal View History

require 'formula'
class Storm < Formula
homepage 'https://github.com/nathanmarz/storm/wiki'
url 'https://github.com/downloads/nathanmarz/storm/storm-0.7.4.zip'
2012-07-07 02:49:51 +00:00
sha1 '1ee4ec917c52a49d8cc11b4d2e8b41b79c98f97a'
def install
libexec.install Dir['*']
2012-07-07 02:49:51 +00:00
bin.install_symlink libexec/"bin/storm"
end
end