homebrew-cask/Casks/inky.rb

16 lines
323 B
Ruby
Raw Normal View History

class Inky < Cask
2014-09-17 19:42:48 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2014-09-04 01:29:57 +08:00
url 'https://inky.com/mail/InkyInstall.dmg'
homepage 'http://inky.com'
2014-10-01 23:33:06 +08:00
license :unknown
2014-09-16 00:05:44 +08:00
app 'Inky.app'
2014-10-11 22:28:59 +08:00
zap :delete => [
'~/Library/Application Support/Arcode',
'~/Library/Caches/com.arcode.inky',
]
end