11 lines
No EOL
263 B
Ruby
11 lines
No EOL
263 B
Ruby
require 'brewkit'
|
|
|
|
class Ack <ScriptFileFormula
|
|
def initialize name
|
|
@version='1.88'
|
|
@url="http://ack.googlecode.com/svn/tags/#{@version}/ack"
|
|
@md5='8009a13ab0fc66047bea0ea2ad89419c'
|
|
@homepage='http://betterthangrep.com/'
|
|
@name=name
|
|
end
|
|
end |