From dd1037d8601e05da19d4625d93cedcec76bb7693 Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Fri, 22 Oct 2010 15:59:50 -0700 Subject: New formula: djvulibre. This formula does not install the DjVu QuickLook or Spotlight plugins. Signed-off-by: Adam Vandenberg --- Library/Formula/djvulibre.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Library/Formula/djvulibre.rb (limited to 'Library/Formula') diff --git a/Library/Formula/djvulibre.rb b/Library/Formula/djvulibre.rb new file mode 100644 index 000000000..7ffdb0777 --- /dev/null +++ b/Library/Formula/djvulibre.rb @@ -0,0 +1,24 @@ +require 'formula' + +# Note that this formula installs neither the DjVu Spotlight importer, +# nor the DjVu QuickLook plugin. + +class Djvulibre