homebrew-cask/Casks/inky.rb

9 lines
210 B
Ruby
Raw Normal View History

class Inky < Cask
2014-06-18 23:11:04 +08:00
url 'https://inky.com/mail/InkyInstall.pkg'
homepage 'http://inky.com'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
install 'InkyInstall.pkg'
uninstall :pkgutil => 'com.arcode.inky.*pkg'
end