homebrew-cask/Casks/openoffice.rb

15 lines
496 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'openoffice' do
2015-11-01 22:18:15 +08:00
version '4.1.2'
2015-12-18 19:33:21 +08:00
sha256 '4fe8e4b30989d0476fe3afc6d9d4374af57d38bd04f4a5e1947462bf5dde7699'
# sourceforge.net is the official download host per the vendor homepage
2014-10-14 07:34:20 +08:00
url "http://downloads.sourceforge.net/sourceforge/openofficeorg.mirror/Apache_OpenOffice_#{version}_MacOS_x86-64_install_en-US.dmg"
name 'Apache OpenOffice'
2015-06-29 14:32:18 +08:00
homepage 'https://www.openoffice.org/'
license :apache
2014-09-16 00:06:03 +08:00
app 'OpenOffice.app'
zap delete: '~/Library/Application Support/OpenOffice'
2012-10-16 10:13:40 +08:00
end