You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
618 B

cask 'google-japanese-ime-dev' do
version :latest
sha256 :no_check
# google.com is the official download host per the vendor homepage
url 'https://dl.google.com/japanese-ime/dev/GoogleJapaneseInput.dmg'
name 'Google Japanese Input Method Editor'
homepage 'https://www.google.co.jp/ime/'
license :gratis
pkg 'GoogleJapaneseInput.pkg'
uninstall :pkgutil => 'com.google.pkg.GoogleJapaneseInput',
:launchctl => [
'com.google.inputmethod.Japanese.Converter',
'com.google.inputmethod.Japanese.Renderer'
]
end