From d9b8b5b878b7d2c4a628dbae2ba5da652b4cfc91 Mon Sep 17 00:00:00 2001 From: Ryan Barnard Date: Wed, 23 Jun 2010 23:58:01 -0400 Subject: 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 --- Library/Formula/odt2txt.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/odt2txt.rb (limited to 'Library') diff --git a/Library/Formula/odt2txt.rb b/Library/Formula/odt2txt.rb new file mode 100644 index 000000000..89f2959e8 --- /dev/null +++ b/Library/Formula/odt2txt.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Odt2txt