2010-01-14 01:48:32 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-13 01:43:53 +00:00
|
|
|
class Cloc < ScriptFileFormula
|
2012-05-04 01:23:07 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.56/cloc-1.56.pl'
|
|
|
|
md5 '2739127ce5398fa627b50e54ea3dcbb6'
|
2010-01-14 01:48:32 +00:00
|
|
|
homepage 'http://cloc.sourceforge.net/'
|
2011-03-13 01:10:35 +00:00
|
|
|
|
|
|
|
def install
|
2012-05-04 01:23:07 +00:00
|
|
|
bin.install 'cloc-1.56.pl' => 'cloc'
|
2011-03-13 01:10:35 +00:00
|
|
|
end
|
2010-01-14 01:48:32 +00:00
|
|
|
end
|