]>
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" | |
4 | url "https://unlimited.pizza/files/lyricli/lrc-2.0.0-universal.tar.gz" | |
77fd2cc0 | 5 | license "Apache-2.0" |
1501b9a2 RBR |
6 | sha256 "d6cc3879d3daafddf728158d8ffbe79cae7a1bad4bf5a72e57976a5ceb179fd7" |
7 | head "https://git.sr.ht/~rbdr/lyricli" | |
8 | ||
9 | def install | |
10 | bin.install "lrc" | |
11 | end | |
12 | ||
13 | test do | |
14 | assert_match "2.0.0", shell_output("#{bin}/lrc --version") | |
15 | end | |
16 | end |