diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tesseract.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/tesseract.rb b/Library/Formula/tesseract.rb index 99a1c9c63..62639996d 100644 --- a/Library/Formula/tesseract.rb +++ b/Library/Formula/tesseract.rb @@ -1,13 +1,4 @@ require 'formula' -require 'download_strategy' - -# Normal strategy tries to untar as well -class GzipOnlyDownloadStrategy < CurlDownloadStrategy - def stage - FileUtils.mv @tarball_path, File.basename(@url) - safe_system '/usr/bin/gunzip', '-f', File.basename(@url) - end -end class TesseractEnglishData < Formula url 'http://tesseract-ocr.googlecode.com/files/eng.traineddata.gz', |
