homebrew-core/Formula/ack.rb

13 lines
294 B
Ruby
Raw Normal View History

require 'formula'
class Ack < Formula
url "https://github.com/petdance/ack/tarball/1.96"
md5 '1cce67a811c52f9d51fb1195c97795f1'
homepage 'http://betterthangrep.com/'
def install
2010-11-07 19:19:58 +00:00
bin.install 'ack'
(prefix+'etc/bash_completion.d').install 'etc/ack.bash_completion.sh'
end
2009-09-22 19:10:17 +00:00
end