95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
12 lines
368 B
Ruby
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
|