mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add Short Menu
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
cask :v1 => 'short-menu' do
|
||||
version :latest
|
||||
sha256 :no_check
|
||||
|
||||
# devmate.com is the official download host per the vendor homepage
|
||||
url 'http://dl.devmate.com/com.floschliep.Short-Menu/ShortMenu.zip'
|
||||
name 'Short Menu'
|
||||
homepage 'http://appiculous.com/short-menu-mac/'
|
||||
license :commercial
|
||||
|
||||
app 'Short Menu.app'
|
||||
|
||||
zap :delete => [
|
||||
'~/Library/Application Support/Short Menu',
|
||||
'~/Library/Containers/com.floschliep.Short-Menu',
|
||||
'~/Library/Logs/com.floschliep.Short-Menu',
|
||||
'~/Library/Cookies/com.floschliep.Short\-Menu.binarycookies',
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user