mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
526 B
Ruby
17 lines
526 B
Ruby
cask "mini-vmac" do
|
|
version "36.04"
|
|
sha256 "e8564a9827fe6a616489e29ee89f4bae85d4ecde76ea982e4a86af56b0108662"
|
|
|
|
url "https://www.gryphel.com/d/minivmac/minivmac-#{version}/minivmac-#{version}-mc64.bin.tgz"
|
|
name "Mini vMac"
|
|
desc "Allows modern computers to run software made for early Apple computers"
|
|
homepage "https://www.gryphel.com/c/minivmac/"
|
|
|
|
livecheck do
|
|
url "https://www.gryphel.com/d/minivmac/md5.txt"
|
|
regex(/minivmac[._-]v?(\d+(?:\.\d+)+)[._-]mc64[._-]bin\.t/i)
|
|
end
|
|
|
|
app "Mini vMac.app"
|
|
end
|