homebrew-cask/Casks/baiduinput.rb

15 lines
373 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'baiduinput' do
version :latest
sha256 :no_check
url 'https://srf.baidu.com/?c=j&e=d&platform=mac'
2015-02-03 04:25:44 +08:00
name 'Baidu Input'
2016-01-12 02:36:57 +08:00
name '安装百度输入法'
2016-10-31 15:59:41 +08:00
homepage 'https://srf.baidu.com/input/mac.html'
installer manual: '安装百度输入法.app'
2014-10-21 21:20:10 +08:00
uninstall pkgutil: 'com.baidu.inputmethod.*',
delete: '/Library/Input Methods/BaiduIM.app'
2014-01-18 11:22:36 +08:00
end