mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
9 lines
209 B
Ruby
9 lines
209 B
Ruby
class Appmenuboy < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://appmenuboy.googlecode.com/svn/html/AppMenuBoy.zip'
|
|
homepage 'https://code.google.com/p/appmenuboy/'
|
|
|
|
link 'AppMenuBoy.app'
|
|
end
|