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.
17 lines
606 B
17 lines
606 B
cask 'google-japanese-ime-dev' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# google.com/japanese-ime was verified as official when first introduced to the cask
|
|
url 'https://dl.google.com/japanese-ime/dev/GoogleJapaneseInput.dmg'
|
|
name 'Google Japanese Input Method Editor'
|
|
homepage 'https://www.google.co.jp/ime/'
|
|
|
|
pkg 'GoogleJapaneseInput.pkg'
|
|
|
|
uninstall pkgutil: 'com.google.pkg.GoogleJapaneseInput',
|
|
launchctl: [
|
|
'com.google.inputmethod.Japanese.Converter',
|
|
'com.google.inputmethod.Japanese.Renderer',
|
|
]
|
|
end
|
|
|