homebrew-cask/Casks/baiduinput.rb

17 lines
500 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'baiduinput' do
version '3.4_1000e'
sha256 'dd7a65c1eb2c1f300c96bea2bac63bbdb4a23d31a78ddbdb4f4cd5d14eba08e3'
url "http://shouji.baidu.com/download/baiduinput_mac_v#{version}.dmg"
2015-02-03 04:25:44 +08:00
name '安装百度输入法'
name 'Baidu Input'
name 'BaiduIM'
homepage 'http://wuxian.baidu.com/input/mac.html'
2014-10-16 02:21:03 +08:00
license :gratis
2014-10-21 21:20:10 +08:00
installer :manual => '安装百度输入法.app'
uninstall :pkgutil => 'com.baidu.inputmethod.*',
:delete => '/Library/Input Methods/BaiduIM.app'
2014-01-18 11:22:36 +08:00
end