mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
dRadio is a douban FM client, for Chinese users Signed-off-by: Fernando Paredes <nano@fdp.io> Closes #1313
7 lines
141 B
Ruby
7 lines
141 B
Ruby
class Dradio < Cask
|
|
url 'http://dradio.me/download'
|
|
homepage 'http://dradio.me'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'dRadio.app'
|
|
end
|