]> git.r.bdr.sh - rbdr/homebrew-apps/blob - Formula/lyricli.rb
50f70343c4fb3ee69ce598856395a7ba6f9df8e1
[rbdr/homebrew-apps] / Formula / lyricli.rb
1 class Lyricli < Formula
2 desc "A command line tool to show the lyrics of your current song."
3 homepage "https://unlimited.pizza/lyricli.html"
4 url "https://unlimited.pizza/files/lyricli/lrc-2.0.1-universal.tar.gz"
5 sha256 "105313ed4ca9dc90a6cadbcfd3c0ca578c99678972d3085d87f3022d99c436ea"
6 head "https://git.sr.ht/~rbdr/lyricli"
7
8 def install
9 bin.install "lrc"
10 end
11
12 test do
13 assert_match "2.0.1", shell_output("#{bin}/lrc --version")
14 end
15 end