excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / spotify4bigsur.rb
blob19305dc877f02a7f8cafeec8bf783f8910f2915f
1 cask "spotify4bigsur" do
2   version "1.1"
3   sha256 "304752e6b373c9365205e03bd2ea3f116e555128ef793ea0b5a1f5e8cee28b19"
5   url "https://github.com/fabiusBile/Spotify4BigSur/releases/download/#{version}/Spotify4BigSur.dmg"
6   name "Spotify4BigSur"
7   desc "Implements a Widget for Spotify in the Notification Center"
8   homepage "https://github.com/fabiusBile/Spotify4BigSur"
10   depends_on macos: ">= :big_sur"
12   # Renamed for clarity: app name is inconsistent with its branding.
13   app "SpotifyMain.app", target: "Spotify4BigSur.app"
15   zap trash: [
16     "~/Library/Application Scripts/backert.SpotifyMain.SpotifyWidget",
17     "~/Library/Containers/backert.SpotifyMain.SpotifyWidget",
18   ]
19 end