homebrew-cask/Casks/inky.rb

17 lines
438 B
Ruby
Raw Normal View History

2014-11-14 01:26:05 +08:00
cask :v1 => 'inky' do
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'
2015-01-10 05:38:54 +08:00
name 'Inky'
homepage 'http://inky.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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