[provisioning] Add japanese language support tools

This commit is contained in:
Correl Roush 2020-01-24 14:35:43 -05:00
parent de500f597e
commit 0b74c90508

16
recipes/japanese Normal file
View file

@ -0,0 +1,16 @@
#!/bin/bash
# Description: Japanese Language Support
set -e
case $_PLATFORM in
darwin)
_recipe brew
_brew kakasi
_brew cmigemo
;;
linux)
_recipe _apt
_apt kakasi
_apt cmigemo
;;
esac