brew/Formula/ack.rb

10 lines
251 B
Ruby
Raw Normal View History

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