class Lyricli < Formula desc "A command line tool to show the lyrics of your current song." homepage "https://unlimited.pizza/lyricli.html" url "https://unlimited.pizza/files/lyricli/lrc-2.0.1-universal.tar.gz" sha256 "350a923894651bd803a358a4fdb18dedb06000e1ace3e7ddad14b54a954f2f47" head "https://git.sr.ht/~rbdr/lyricli" def install bin.install "lrc" end test do assert_match "2.0.1", shell_output("#{bin}/lrc --version") end end