mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
10 lines
220 B
Ruby
10 lines
220 B
Ruby
class GetLyrical < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://shullian.com/files/getlyrical.zip'
|
|
homepage 'http://shullian.com/get_lyrical.php'
|
|
license :unknown
|
|
|
|
app 'Get Lyrical/Get Lyrical.app'
|
|
end
|