You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
371 B
10 lines
371 B
cask :v1 => 'openoffice-fr' do
|
|
version '4.0.1'
|
|
sha256 'e8d61fe93acf484c564ddc44638f314cdaa2c6e99d6a055386df9d9e3d0e6e6d'
|
|
|
|
url "http://downloads.sourceforge.net/project/openofficeorg.mirror/#{version}/binaries/fr/Apache_OpenOffice_#{version}_MacOS_x86_install_fr.dmg"
|
|
homepage 'http://www.openoffice.org/fr/Telecharger/'
|
|
license :oss
|
|
|
|
app 'OpenOffice.app'
|
|
end
|
|
|