Files
homebrew-cask/Casks/c/caffeine.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

20 lines
725 B
Ruby

cask "caffeine" do
version "1.1.3"
sha256 "240e5ab832a25ed0af43aeffd1d66dc663dfea7c2525d918c214d6107981a03b"
url "https://github.com/IntelliScape/caffeine/releases/download/#{version}/Caffeine.dmg",
verified: "github.com/IntelliScape/caffeine/"
name "Caffeine"
desc "Utility that prevents the system from going to sleep"
homepage "https://intelliscapesolutions.com/apps/caffeine"
app "Caffeine.app"
zap trash: [
"~/Library/Application Support/com.intelliscapesolutions.caffeine",
"~/Library/Preferences/com.intelliscapesolutions.caffeine.plist",
"~/Library/Caches/com.intelliscapesolutions.caffeine",
"~/Library/HTTPStorages/com.intelliscapesolutions.caffeine.binarycookies",
]
end