mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
20 lines
725 B
Ruby
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
|