You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
352 B
12 lines
352 B
class MenuMeters < Cask
|
|
url 'http://www.ragingmenace.com/software/download/MenuMeters.dmg'
|
|
homepage 'http://www.ragingmenace.com/software/menumeters/'
|
|
version 'latest'
|
|
no_checksum
|
|
link :app, 'MenuMeters Installer.app'
|
|
|
|
def caveats; <<-EOS.undent
|
|
You need to run MenuMeters Installer.app to actually install MenuMeters
|
|
EOS
|
|
end
|
|
end
|
|
|