homebrew-cask/Casks/qqinput.rb

14 lines
509 B
Ruby
Raw Normal View History

# encoding: UTF-8
2014-11-14 01:26:45 +08:00
cask :v1 => 'qqinput' do
version '2.8.86.400'
sha256 '5b90cf604230013d5afa974b5b4835c0d6faf55da932cebce4f72478b5665a4d'
url "http://qqime.cdn.sogou.com/QQInput_Mac_Setup_#{version.gsub('.','_')}.dmg"
homepage 'http://qq.pinyin.cn/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "安装QQ输入法#{version.sub(%r{^(\d+\.\d+).*},'\1')}.pkg"
2014-11-22 22:12:44 +08:00
uninstall :pkgutil => 'com.tencent.inputmethod.QQInput.*'
end