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

21 lines
402 B
Ruby

cask "foldit" do
version "1.0"
sha256 :no_check
url "https://fold.it/portal/files/app/Foldit-macos_x64.dmg"
name "Foldit"
desc "Crowdsourcing computer game"
homepage "https://fold.it/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :sierra"
app "Foldit.app"
zap trash: "~/Library/Saved Application State/edu.washington.foldit.savedState"
end