2009-05-22 00:24:53 +01:00
|
|
|
require 'brewkit'
|
|
|
|
|
2009-06-02 13:39:39 +01:00
|
|
|
class Ack <UncompressedScriptFormula
|
2009-05-22 00:24:53 +01:00
|
|
|
def initialize
|
|
|
|
@version='1.88'
|
2009-06-02 13:39:39 +01:00
|
|
|
@url="http://ack.googlecode.com/svn/tags/#{@version}/ack"
|
2009-05-22 00:24:53 +01:00
|
|
|
@md5='8009a13ab0fc66047bea0ea2ad89419c'
|
2009-06-02 13:39:39 +01:00
|
|
|
@homepage='http://betterthangrep.com/'
|
2009-05-22 00:24:53 +01:00
|
|
|
end
|
|
|
|
end
|