Files
homebrew-cask/Casks/f/fantasy-grounds.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

17 lines
383 B
Ruby

cask "fantasy-grounds" do
version :latest
sha256 :no_check
url "https://www.fantasygrounds.com/filelibrary/FantasyGrounds.dmg"
name "Fantasy Grounds"
homepage "https://www.fantasygrounds.com/home/home.php"
livecheck do
skip "unversioned WineSkin application"
end
app "Fantasy Grounds.app"
zap trash: "~/Library/Saved Application State/Fantasy Grounds*"
end