2014-05-28 19:27:17 +00:00
|
|
|
class Ievms < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Automated installation of Microsoft IE AppCompat virtual machines"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://xdissent.github.io/ievms/"
|
2014-06-21 20:23:03 +00:00
|
|
|
url "https://github.com/xdissent/ievms/archive/v0.2.1.tar.gz"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "4c84c3f29eb93daa29f5c0a4159105b6bce9a8378971f42c6cbcfe5321f936ab"
|
2014-05-28 19:27:17 +00:00
|
|
|
|
|
|
|
depends_on "unar"
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "ievms.sh" => "ievms"
|
|
|
|
end
|
|
|
|
end
|