From f56489cd11055e501cdeb2e494fe72f273aeefe8 Mon Sep 17 00:00:00 2001 From: Ryan Barnard Date: Wed, 23 Jun 2010 23:58:01 -0400 Subject: [PATCH] Added formula for odt2txt tool. Created a new Homebrew formula for the odt2txt command-line document-to-text conversion tool. Installs to a snapshot version with Mac support in the Makefile. Signed-off-by: Adam Vandenberg * Remove "/opt" paths from Makefile --- Formula/odt2txt.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Formula/odt2txt.rb diff --git a/Formula/odt2txt.rb b/Formula/odt2txt.rb new file mode 100644 index 00000000000..89f2959e8f5 --- /dev/null +++ b/Formula/odt2txt.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Odt2txt