homebrew-cask/Casks/google-japanese-ime.rb

19 lines
615 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'google-japanese-ime' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# google.com is the official download host per the vendor homepage
url 'https://dl.google.com/japanese-ime/latest/GoogleJapaneseInput.dmg'
name 'Google Japanese Input Method Editor'
homepage 'https://www.google.co.jp/ime/'
license :gratis
2014-09-10 23:37:01 +08:00
pkg 'GoogleJapaneseInput.pkg'
2014-03-10 11:01:37 +08:00
uninstall :pkgutil => 'com.google.pkg.GoogleJapaneseInput',
:launchctl => [
'com.google.inputmethod.Japanese.Converter',
'com.google.inputmethod.Japanese.Renderer'
]
end