homebrew-cask/Casks/readcube.rb

14 lines
468 B
Ruby
Raw Normal View History

2014-12-03 23:17:18 +08:00
cask :v1 => 'readcube' do
version '2.0.12'
sha256 'fe833ae0b0317f85781344d422027fdb2b8e6dd6e30860fff8e427d60c1c5a3c'
url "http://download.readcube.com/desktop/#{version}/ReadCubeSetup.zip"
homepage 'https://www.readcube.com/'
2014-12-10 21:50:35 +08:00
license :unknown # todo: improve this machine-generated value
2014-12-03 23:17:18 +08:00
installer :manual => 'Install ReadCube.app'
uninstall :trash => '/Applications/ReadCube.app'
zap :delete => '~/Library/Preferences/com.readcube.Desktop/'
end