2009-06-04 18:21:19 +00:00
|
|
|
require 'brewkit'
|
|
|
|
|
2009-06-05 22:39:56 +00:00
|
|
|
class Ack <ScriptFileFormula
|
2009-08-07 14:41:43 +00:00
|
|
|
@version='1.88'
|
|
|
|
@url="http://ack.googlecode.com/svn/tags/#{@version}/ack"
|
|
|
|
@md5='8009a13ab0fc66047bea0ea2ad89419c'
|
|
|
|
@homepage='http://betterthangrep.com/'
|
2009-08-11 21:19:23 +00:00
|
|
|
|
2009-08-29 13:15:22 +00:00
|
|
|
# because our url looks like a svn one Homebrew defaults to the svn strategy
|
2009-08-11 21:19:23 +00:00
|
|
|
def download_strategy
|
|
|
|
HttpDownloadStrategy
|
|
|
|
end
|
2009-06-04 18:21:19 +00:00
|
|
|
end
|