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'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '238ea26eccfc574c27aa90ee17741f363959be3f'
|
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
|