homebrew-cask/Casks/readcube.rb

16 lines
518 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'readcube' do
2014-12-03 23:17:18 +08:00
version '2.0.12'
sha256 'fe833ae0b0317f85781344d422027fdb2b8e6dd6e30860fff8e427d60c1c5a3c'
url "https://download.readcube.com/desktop/#{version}/ReadCubeSetup.zip"
2015-04-25 22:46:34 +08:00
name 'ReadCube'
2014-12-03 23:17:18 +08:00
homepage 'https://www.readcube.com/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-12-03 23:17:18 +08:00
installer manual: 'Install ReadCube.app'
2014-12-03 23:17:18 +08:00
uninstall trash: '/Applications/ReadCube.app'
zap delete: '~/Library/Preferences/com.readcube.Desktop/'
2014-12-03 23:17:18 +08:00
end