homebrew-core/Formula/ack.rb
Jack Nagel 4a94ce5c40 ack 1.96
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:08:42 -05:00

12 lines
294 B
Ruby

require 'formula'
class Ack < Formula
url "https://github.com/petdance/ack/tarball/1.96"
md5 '1cce67a811c52f9d51fb1195c97795f1'
homepage 'http://betterthangrep.com/'
def install
bin.install 'ack'
(prefix+'etc/bash_completion.d').install 'etc/ack.bash_completion.sh'
end
end