2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-06-04 18:21:19 +00:00
|
|
|
|
2009-06-05 22:39:56 +00:00
|
|
|
class Ack <ScriptFileFormula
|
2009-09-11 15:26:16 +00:00
|
|
|
# NOTE you don't need to specify the version, usually it is determined
|
|
|
|
# automatically by examination of the URL, however in this case our auto
|
|
|
|
# determination magic is inadequete
|
2009-09-28 15:22:07 +00:00
|
|
|
version '1.90'
|
|
|
|
url "http://github.com/petdance/ack/raw/c03b98d10d44a6eca4218c5a729b07b43d12c8d1/ack"
|
|
|
|
md5 'd15d059166beff6103d2401aa2d783c7'
|
|
|
|
homepage 'http://betterthangrep.com/'
|
2009-09-22 19:10:17 +00:00
|
|
|
end
|