homebrew-cask/Casks/popo.rb

18 lines
606 B
Ruby

cask 'popo' do
version '2.7.1,5711'
sha256 '4368fe2d00119a51eb50ba37f71bd06b5f3a2cab7b5c63322110ffc339a477a2'
url "http://popo.netease.com/file/popomac/POPO_Mac_V#{version.dots_to_underscores.before_comma}.dmg"
name 'NetEase POPO'
homepage 'http://popo.netease.com/'
app 'popo_mac.app'
zap trash: [
'~/Library/Application Support/Netease/Popo',
'~/Library/Saved Application State/com.netease.game.popo.savedState',
'~/Library/Preferences/com.netease.game.popo.plist',
'~/Library/Caches/com.netease.game.popo',
]
end