homebrew-core/Formula/fabricate.rb
Max Howell 12b0f8799c Fabricate formula
Demonstrates how to use the new SubversionDownloadStrategy, ie. it's automatic
baby.
2009-08-24 01:03:30 +01:00

7 lines
176 B
Ruby

require 'brewkit'
class Fabricate <ScriptFileFormula
@url='http://fabricate.googlecode.com/svn/trunk'
@version='HEAD'
@homepage='http://code.google.com/p/fabricate'
end