diff --git a/Casks/l/lyric-fever.rb b/Casks/l/lyric-fever.rb new file mode 100644 index 0000000000000..7e60de82568a6 --- /dev/null +++ b/Casks/l/lyric-fever.rb @@ -0,0 +1,22 @@ +cask "lyric-fever" do + version "2.0" + sha256 "a98b7189eb8fca68069622152e11bab5e92ca4666a47443d5ad6a6db9759054a" + + url "https://github.com/aviwad/LyricFever/releases/download/v#{version}/Lyric.Fever.#{version}.dmg", + verified: "github.com/aviwad/LyricFever/releases/download/" + name "Lyric Fever" + desc "Lyrics for Apple Music and Spotify" + homepage "https://lyricfever.com/" + + livecheck do + url "https://aviwad.github.io/SpotifyLyricsInMenubar/appcast.xml" + strategy :sparkle + end + + auto_updates true + depends_on macos: ">= :ventura" + + app "Lyric Fever.app" + + zap trash: "~/Library/Containers/Lyric Fever" +end