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

cask "clementine" do
version "1.3.1"
sha256 "825aa66996237e1d3ea2723b24188ead203f298d0bec89f4c3bc6582d9e63e3a"
url "https://github.com/clementine-player/Clementine/releases/download/#{version}/clementine-#{version}.dmg",
verified: "github.com/clementine-player/Clementine/"
name "Clementine"
desc "Music player and library organizer"
homepage "https://www.clementine-player.org/"
app "clementine.app"
zap trash: [
"~/Library/Application Support/Clementine",
"~/Library/Caches/org.clementine-player.Clementine",
"~/Library/Preferences/org.clementine-player.Clementine.plist",
"~/Library/Saved Application State/org.clementine-player.Clementine.savedState",
]
end