Browse Source

Merge pull request #818 from alexandregz/openoffice-gl-updated

Added galician openoffice
master
Vítor Galvão 10 years ago
parent
commit
34c881c23b
  1. 13
      Casks/openoffice-gl.rb

13
Casks/openoffice-gl.rb

@ -0,0 +1,13 @@
cask :v1 => 'openoffice-gl' do
version '4.1.1'
sha256 'a41bcfbd6aeaf86c65ec27db78ad0fa8e93482dbc75336557fed7a42c8234d37'
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/project/openofficeorg.mirror/#{version}/binaries/gl/Apache_OpenOffice_#{version}_MacOS_x86-64_install_gl.dmg"
name 'OpenOffice'
homepage 'http://www.openoffice.org/gl/Descargar/'
license :apache
tags :vendor => 'Apache'
app 'OpenOffice.app'
end
Loading…
Cancel
Save