Files
homebrew-cask/Casks/s/sixtyforce.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

24 lines
601 B
Ruby

cask "sixtyforce" do
version "2.0.2,87"
sha256 :no_check
url "https://sixtyforce.com/download/sixtyforce.zip"
name "sixtyforce"
desc "N64 emulator"
homepage "https://sixtyforce.com/"
livecheck do
url :url
strategy :extract_plist
end
app "sixtyforce.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.gerrit.sixtyforce.sfl2",
"~/Library/Application Support/sixtyforce",
"~/Library/Caches/com.Gerrit.sixtyforce",
"~/Library/Preferences/com.Gerrit.sixtyforce.plist",
]
end