2009-06-04 18:21:19 +00:00
|
|
|
require 'brewkit'
|
|
|
|
|
2009-06-05 22:39:56 +00:00
|
|
|
class Ack <ScriptFileFormula
|
2009-07-23 03:12:25 +00:00
|
|
|
def initialize name
|
2009-06-04 18:21:19 +00:00
|
|
|
@version='1.88'
|
|
|
|
@url="http://ack.googlecode.com/svn/tags/#{@version}/ack"
|
|
|
|
@md5='8009a13ab0fc66047bea0ea2ad89419c'
|
|
|
|
@homepage='http://betterthangrep.com/'
|
2009-07-23 03:12:25 +00:00
|
|
|
@name=name
|
2009-06-04 18:21:19 +00:00
|
|
|
end
|
|
|
|
end
|