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/"
|
2015-09-09 11:20:43 +00:00
|
|
|
url "https://github.com/xdissent/ievms/archive/v0.3.1.tar.gz"
|
|
|
|
sha256 "4db0b334fa9471f1116e56b472ffd24f92c4d8a2d6e016cd9d4060c6059664bb"
|
2014-05-28 19:27:17 +00:00
|
|
|
|
2015-10-23 11:52:19 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
2014-05-28 19:27:17 +00:00
|
|
|
depends_on "unar"
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "ievms.sh" => "ievms"
|
|
|
|
end
|
|
|
|
end
|