Files
homebrew-cask/Casks/h/harmony.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
776 B
Ruby

cask "harmony" do
version "0.9.1"
sha256 "c62e010fea64b5ff5f5ca54a58575f3fa5e98d01cf7bc88dc2fb4368437b6f50"
url "https://github.com/vincelwt/harmony/releases/download/v#{version}/harmony-#{version}-mac.app.zip",
verified: "github.com/vincelwt/harmony/"
name "Harmony"
desc "Music player"
homepage "https://getharmony.xyz/"
app "Harmony.app"
uninstall signal: [
["TERM", "com.vincelwt.harmony"],
["TERM", "com.vincelwt.harmony.helper"],
]
zap trash: [
"~/.config/configstore/harmony.json",
"~/Library/Application Support/Harmony",
"~/Library/Preferences/com.vincelwt.harmony.helper.plist",
"~/Library/Preferences/com.vincelwt.harmony.plist",
"~/Library/Saved Application State/com.vincelwt.harmony.savedState",
]
end