homebrew-core/Formula/cloc.rb

12 lines
277 B
Ruby
Raw Normal View History

require 'formula'
2011-03-13 01:43:53 +00:00
class Cloc < ScriptFileFormula
2012-02-06 01:47:00 +00:00
url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.55/cloc-1.55.pl'
md5 '19ab5852617e89d853793a693eb5e510'
homepage 'http://cloc.sourceforge.net/'
def install
2012-02-06 01:47:00 +00:00
bin.install 'cloc-1.55.pl' => 'cloc'
end
end