From d614c20fdfb2b4737a67cf21effb19c6f2b338be Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 30 Sep 2009 12:32:27 -0700 Subject: [PATCH] Formula for Factor (trunk from git). --- Formula/factor.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Formula/factor.rb diff --git a/Formula/factor.rb b/Formula/factor.rb new file mode 100644 index 00000000000..148b7893622 --- /dev/null +++ b/Formula/factor.rb @@ -0,0 +1,24 @@ +require 'brewkit' + +# This formula installs Factor TRUNK, as there is no +# good stable release. It also takes up to and including +# "a very long time" to bootstrap the image. + +class Factor