homebrew-cask/Casks/pingmenu.rb

10 lines
209 B
Ruby

class Pingmenu < Cask
version :latest
sha256 :no_check
url 'https://github.com/kalleboo/PingMenu/raw/master/PingMenu.app.zip'
homepage 'https://github.com/kalleboo/PingMenu'
app 'PingMenu.app'
end