homebrew-cask/Casks/cocoaspell.rb

30 lines
954 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cocoaspell' do
version '2.1'
sha256 '06d6cd7f2b04c47f553c5a3a33ebe6bc5651457521cbe7e3ead84a6cb218053c'
# usc.edu is the official download host per the vendor homepage
2014-09-26 20:08:50 +08:00
url "http://people.ict.usc.edu/~leuski/cocoaspell/cocoAspell.#{version}.dmg"
2015-01-05 04:03:46 +08:00
name 'cocoAspell'
homepage 'http://cocoaspell.leuski.net/'
license :gratis
2014-09-10 23:37:00 +08:00
pkg 'cocoAspell.pkg'
2014-11-22 22:12:38 +08:00
2014-09-13 22:23:01 +08:00
uninstall :pkgutil => 'net.leuski.cocoaspell.*',
2014-09-18 19:57:55 +08:00
:delete => [
2014-09-13 22:23:01 +08:00
'/Application Support/cocoAspell/aspell6-en-6.0-0',
2014-09-18 19:57:55 +08:00
'/Library/PreferencePanes/Spelling.prefPane',
2014-09-13 22:23:01 +08:00
]
2014-09-18 19:57:55 +08:00
zap :delete => [
'~/.aspell.conf',
'~/.aspell.en.prepl',
'~/.aspell.en.pws',
]
2014-10-10 20:13:29 +08:00
caveats <<-EOS.undent
Non-English dictionaries must be installed separately. For more information, see
http://people.ict.usc.edu/~leuski/cocoaspell/install_dict.php
EOS
end