homebrew-core/Formula/ievms.rb

13 lines
368 B
Ruby
Raw Normal View History

class Ievms < Formula
desc "Automated installation of Microsoft IE AppCompat virtual machines"
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"
sha256 "4c84c3f29eb93daa29f5c0a4159105b6bce9a8378971f42c6cbcfe5321f936ab"
depends_on "unar"
def install
bin.install "ievms.sh" => "ievms"
end
end