aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fabricate.rb
blob: 19cc7198d456883b9e665f39497e48686e4499fa (plain)
1
2
3
4
5
6
require 'formula'

class Fabricate <ScriptFileFormula
  head 'http://fabricate.googlecode.com/svn/trunk'
  homepage 'http://code.google.com/p/fabricate/'
end