mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
12 lines
424 B
Ruby
12 lines
424 B
Ruby
# encoding: UTF-8
|
|
class Baiduinput < Cask
|
|
version '3.3_1000e'
|
|
sha256 '57d50c7991e0d833ed5b34297168745590074d838f6948469dbaf8b92a84e082'
|
|
|
|
url "http://wuxian.baidu.com/download/1000e/baiduinput_mac_v#{version}.dmg"
|
|
homepage 'http://wuxian.baidu.com/input/mac.html'
|
|
|
|
pkg '安装百度输入法.pkg'
|
|
uninstall :pkgutil => 'com.baidu.inputmethod.*',
|
|
:files => '/Library/Input Methods/BaiduIM.app'
|
|
end
|