From c8a4708de386e5dd9717bc92089ec848c77644b3 Mon Sep 17 00:00:00 2001 From: Joe Auricchio Date: Sun, 3 Jan 2010 13:01:14 -0800 Subject: New formula for patchutils. Signed-off-by: Adam Vandenberg * Removed commented-out code * Removed unrecognized configure switch --- Library/Formula/patchutils.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 Library/Formula/patchutils.rb (limited to 'Library') diff --git a/Library/Formula/patchutils.rb b/Library/Formula/patchutils.rb new file mode 100755 index 000000000..b785c8ecb --- /dev/null +++ b/Library/Formula/patchutils.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Patchutils