Add inky.rb

Adding inky cask with @rolandwalker instructions, thank you!
Closes #3209
This commit is contained in:
Felipe "Zoc" Silveira 2014-03-04 00:54:43 -03:00
parent 5fd8a0b751
commit a7c7c36706
1 changed files with 8 additions and 0 deletions

8
Casks/inky.rb Normal file
View File

@ -0,0 +1,8 @@
class Inky < Cask
url 'http://inky.com/mail/InkyInstall.pkg'
homepage 'http://inky.com'
version 'latest'
no_checksum
install 'InkyInstall.pkg'
uninstall :pkgutil => 'com.arcode.inky.*pkg'
end