Files
homebrew-cask/Casks/c/cumulus.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
645 B
Ruby

cask "cumulus" do
version "0.10.1"
sha256 "f23cffe610f095ef28acc7a14a61b5548755af452ecf5d38c2e2916e424ca271"
url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}.dmg",
verified: "github.com/gillesdemey/Cumulus/"
name "Cumulus"
desc "SoundCloud player that lives in the menu bar"
homepage "https://gillesdemey.github.io/Cumulus/"
app "Cumulus.app"
zap trash: [
"~/Library/Application Support/Cumulus",
"~/Library/Caches/Cumulus",
"~/Library/Preferences/com.gillesdemey.cumulus.plist",
"~/Library/Saved Application State/com.gillesdemey.cumulus.savedState",
]
end