From f8fb0342fb23a122bce9492365f4f46a9c22404e Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Thu, 18 Oct 2012 22:08:28 -0400 Subject: [PATCH] Add cask for LibreOffice. --- Casks/libre-office.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Casks/libre-office.rb 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