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.
13 lines
472 B
13 lines
472 B
9 years ago
|
cask 'openoffice-pt-pt' do
|
||
9 years ago
|
version '4.1.2'
|
||
|
sha256 '74941d0310000b95521d1a2019c2acecbb2a6177a6066cf34cb40e1915415faf'
|
||
10 years ago
|
|
||
|
# sourceforge.net is the official download host per the vendor homepage
|
||
|
url "http://downloads.sourceforge.net/project/openofficeorg.mirror/#{version}/binaries/pt/Apache_OpenOffice_#{version}_MacOS_x86-64_install_pt.dmg"
|
||
9 years ago
|
name 'Apache OpenOffice'
|
||
9 years ago
|
homepage 'https://www.openoffice.org/pt/download/'
|
||
10 years ago
|
license :apache
|
||
|
|
||
|
app 'OpenOffice.app'
|
||
|
end
|