aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fabricate.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fabricate.rb b/Library/Formula/fabricate.rb
new file mode 100644
index 000000000..8d75d586a
--- /dev/null
+++ b/Library/Formula/fabricate.rb
@@ -0,0 +1,7 @@
+require 'brewkit'
+
+class Fabricate <ScriptFileFormula
+ @url='http://fabricate.googlecode.com/svn/trunk'
+ @version='HEAD'
+ @homepage='http://code.google.com/p/fabricate'
+end