diff options
Diffstat (limited to 'homebrew/pdfsandwich/.beer')
-rw-r--r-- | homebrew/pdfsandwich/.beer | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/homebrew/pdfsandwich/.beer b/homebrew/pdfsandwich/.beer new file mode 100644 index 000000000..43483bbfb --- /dev/null +++ b/homebrew/pdfsandwich/.beer @@ -0,0 +1,54 @@ +{ + "name": "Pdfsandwich", + "description": "Generate sandwich OCR PDFs from scanned file", + "url": "https://downloads.sourceforge.net/project/pdfsandwich/pdfsandwich%200.1.7/pdfsandwich-0.1.7.tar.bz2", + "mirror": null, + "homepage": "http://www.tobias-elze.de/pdfsandwich/", + "depends": [ + { + "depend": "gawk", + "build-depend": true + }, + { + "depend": "ocaml", + "build-depend": true + }, + { + "depend": "exact-image", + "build-depend": false + }, + { + "depend": "ghostscript", + "build-depend": false + }, + { + "depend": "imagemagick", + "build-depend": false + }, + { + "depend": "poppler", + "build-depend": false + }, + { + "depend": "tesseract", + "build-depend": false + }, + { + "depend": "unpaper", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./configure\", \"--disable-debug\",", + "\"--disable-dependency-tracking\",", + "\"--prefix=#{prefix}\"", + "system \"make\"", + "system \"make\", \"install\"", + "bin.env_script_all_files(libexec/\"bin\", :PATH => \"#{Formula[\"poppler\"].opt_bin}:$PATH\")" + ], + "version": "0.1.7", + "file": "pdfsandwich.rb" +}
\ No newline at end of file |