Files
homebrew-cask/Casks/b/baiduinput.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

20 lines
434 B
Ruby

cask "baiduinput" do
version "1.0"
sha256 :no_check
url "https://srf.baidu.com/?c=j&e=d&platform=mac"
name "Baidu Input"
name "安装百度输入法"
homepage "https://srf.baidu.com/input/mac.html"
livecheck do
url :url
strategy :extract_plist
end
installer manual: "安装百度输入法.app"
uninstall pkgutil: "com.baidu.inputmethod.*",
delete: "/Library/Input Methods/BaiduIM.app"
end