homebrew-core/Formula/ievms.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

12 lines
368 B
Ruby

class Ievms < Formula
desc "Automated installation of Microsoft IE AppCompat virtual machines"
homepage "https://xdissent.github.io/ievms/"
url "https://github.com/xdissent/ievms/archive/v0.2.1.tar.gz"
sha256 "4c84c3f29eb93daa29f5c0a4159105b6bce9a8378971f42c6cbcfe5321f936ab"
depends_on "unar"
def install
bin.install "ievms.sh" => "ievms"
end
end