From 4a76fa50d2771f85b902a77acd658f624cf91cdd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 29 Aug 2009 20:58:38 -0700 Subject: Formula for ScummVM. This formula needs a lot of work, on optimising and getting (optional) dependencies figured out. --- Library/Formula/scummvm.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Library/Formula/scummvm.rb diff --git a/Library/Formula/scummvm.rb b/Library/Formula/scummvm.rb new file mode 100644 index 000000000..de0bd7bf1 --- /dev/null +++ b/Library/Formula/scummvm.rb @@ -0,0 +1,31 @@ +require 'brewkit' + +class Scummvm