Files
homebrew-cask/Casks/l/lo-rain.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

26 lines
706 B
Ruby

cask "lo-rain" do
version "1.5.2"
sha256 "e1f4614e99054c741b8d343e426a29a31d9005c4f1c637d2de0754f03e5c4f86"
url "https://lo.cafe/lo-rain-files/lo-rain%20#{version}.dmg"
name "lo-rain"
desc "App that makes it rain no matter where you are, even over your apps"
homepage "https://lo.cafe/lo-rain"
livecheck do
url "https://lo.cafe/lo-rain-files/appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :monterey"
app "lo-rain.app"
zap trash: [
"~/Library/Caches/lo.cafe.lo-rain",
"~/Library/HTTPStorages/lo.cafe.lo-rain",
"~/Library/Preferences/lo.cafe.lo-rain.plist",
"~/Library/Saved Application State/lo.cafe.lo-rain.savedState",
]
end