12b0f8799c
Demonstrates how to use the new SubversionDownloadStrategy, ie. it's automatic baby.
7 lines
176 B
Ruby
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
|