homebrew-core/Formula/ack.rb

13 lines
349 B
Ruby
Raw Normal View History

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