From bcb0ead49cf0ab77bf17f8af083244eaa8cf9ce8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 21 Aug 2009 16:28:29 -0700 Subject: MacFUSE formula Signed-off-by: Max Howell I made everything compile, however I haven't tested it yet as I have a mix of MacFUSE installations and am thus not a good test case! --- Library/Formula/macfuse.rb | 87 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 Library/Formula/macfuse.rb (limited to 'Library') diff --git a/Library/Formula/macfuse.rb b/Library/Formula/macfuse.rb new file mode 100644 index 000000000..4ffa04dc2 --- /dev/null +++ b/Library/Formula/macfuse.rb @@ -0,0 +1,87 @@ +require 'brewkit' + +def first_dir + Pathname.getwd.children.each {|d| return d if d.directory?} + nil +end + +class Macfuse