From 253c6b0d2d23f77c9c2c7e16e120e48c2019af2f Mon Sep 17 00:00:00 2001 From: Nathaniel Talbott Date: Mon, 19 Jul 2010 16:09:45 -0400 Subject: Add support for ssdeep. Signed-off-by: Adam Vandenberg --- Library/Formula/ssdeep.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/ssdeep.rb diff --git a/Library/Formula/ssdeep.rb b/Library/Formula/ssdeep.rb new file mode 100644 index 000000000..7c9f17381 --- /dev/null +++ b/Library/Formula/ssdeep.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Ssdeep