Add Short Menu

This commit is contained in:
Ryo Inoue
2015-12-10 18:36:44 +00:00
committed by Vítor Galvão
parent f3921e4e06
commit ac212e6e92
+19
View File
@@ -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