homebrew-cask/Casks/cocoaspell.rb

27 lines
1.0 KiB
Ruby
Raw Normal View History

class Cocoaspell < Cask
version '2.1'
sha256 '06d6cd7f2b04c47f553c5a3a33ebe6bc5651457521cbe7e3ead84a6cb218053c'
url 'http://people.ict.usc.edu/~leuski/cocoaspell/cocoAspell.2.1.dmg'
homepage 'http://cocoaspell.leuski.net/'
2014-09-10 23:37:00 +08:00
pkg 'cocoAspell.pkg'
2014-09-13 22:23:01 +08:00
uninstall :pkgutil => 'net.leuski.cocoaspell.*',
:files => [
'/Application Support/cocoAspell/aspell6-en-6.0-0',
'/Library/PreferencePanes/Spelling.prefPane'
]
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
zap :files => [
'~/.aspell.conf',
'~/.aspell.en.prepl',
# Debatable. The Pws holds user-created content, though typically
# created through the application, and the user is not likely aware
# of this particular file.
# '~/.aspell.en.pws',
]
end