diff --git a/Casks/libre-office.rb b/Casks/libre-office.rb new file mode 100644 index 000000000..9719855a2 --- /dev/null +++ b/Casks/libre-office.rb @@ -0,0 +1,5 @@ +class LibreOffice < Cask + url 'http://download.documentfoundation.org/libreoffice/stable/3.5.7/mac/x86/LibO_3.5.7_MacOS_x86_install_en-US.dmg' + homepage 'http://www.libreoffice.org/' + version '3.5.7' +end