From 69224b6b8b7ec39a52a23704bdfdb27e91b413f6 Mon Sep 17 00:00:00 2001 From: David Holm Date: Thu, 1 May 2014 10:10:05 +0200 Subject: unoconv 0.6 Closes #28879. Signed-off-by: Adam Vandenberg --- Library/Formula/unoconv.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/unoconv.rb (limited to 'Library/Formula') diff --git a/Library/Formula/unoconv.rb b/Library/Formula/unoconv.rb new file mode 100644 index 000000000..cea5ed274 --- /dev/null +++ b/Library/Formula/unoconv.rb @@ -0,0 +1,19 @@ +require "formula" + +class Unoconv < Formula + homepage "http://dag.wiee.rs/home-made/unoconv/" + url "http://dag.wieers.com/home-made/unoconv/unoconv-0.6.tar.gz" + sha1 "d6c3574639b9ceedcb866b84f18ba7158f25db48" + head "https://github.com/dagwieers/unoconv.git" + + depends_on :python + + def install + system "make", "install", "prefix=#{prefix}" + end + + def caveats; <<-EOS.undent + In order to use unoconv LibreOffice 3.6.0.1 or later must be installed. + EOS + end +end -- cgit v1.2.3