2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-06-04 18:21:19 +00:00
|
|
|
|
2010-09-01 17:45:26 +00:00
|
|
|
class Ack < Formula
|
2010-11-16 05:25:55 +00:00
|
|
|
url "https://github.com/petdance/ack/tarball/1.94"
|
|
|
|
md5 '6c75e25bb29e24f89f77f2ee6deb29e8'
|
2009-09-28 15:22:07 +00:00
|
|
|
homepage 'http://betterthangrep.com/'
|
2010-09-01 17:45:26 +00:00
|
|
|
|
|
|
|
def install
|
2010-11-07 19:19:58 +00:00
|
|
|
bin.install 'ack'
|
|
|
|
(prefix+'etc/bash_completion.d').install 'etc/ack.bash_completion.sh'
|
2010-09-01 17:45:26 +00:00
|
|
|
end
|
2009-09-22 19:10:17 +00:00
|
|
|
end
|