Files
homebrew-cask/Casks/v/vamiga.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

25 lines
605 B
Ruby

cask "vamiga" do
version "2.4"
sha256 "13b832cb5d6e5cae90a36f14d8b3a02e7d70c2dcab8a68eb27e160751c6ae68e"
url "https://github.com/dirkwhoffmann/vAmiga/releases/download/v#{version}/vAmiga.app.zip",
verified: "github.com/dirkwhoffmann/vAmiga/"
name "vAmiga"
desc "Amiga 500, 1000, 2000 emulator"
homepage "https://dirkwhoffmann.github.io/vAmiga"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :big_sur"
app "vAmiga.app"
zap trash: [
"~/Library/Application Support/vAmiga",
"~/Library/Preferences/dirkwhoffmann.vAmiga.plist",
]
end