]>
Commit | Line | Data |
---|---|---|
1501b9a2 RBR |
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" | |
74eb1457 RBR |
4 | url "https://unlimited.pizza/files/lyricli/lrc-2.0.1-universal.tar.gz" |
5 | sha256 "350a923894651bd803a358a4fdb18dedb06000e1ace3e7ddad14b54a954f2f47" | |
1501b9a2 RBR |
6 | head "https://git.sr.ht/~rbdr/lyricli" |
7 | ||
8 | def install | |
9 | bin.install "lrc" | |
10 | end | |
11 | ||
12 | test do | |
74eb1457 | 13 | assert_match "2.0.1", shell_output("#{bin}/lrc --version") |
1501b9a2 RBR |
14 | end |
15 | end |