homebrew-core/Formula/cloc.rb

12 lines
286 B
Ruby
Raw Normal View History

require 'formula'
2011-03-13 01:43:53 +00:00
class Cloc < ScriptFileFormula
url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.56/cloc-1.56.pl'
sha1 '238ea26eccfc574c27aa90ee17741f363959be3f'
homepage 'http://cloc.sourceforge.net/'
def install
bin.install 'cloc-1.56.pl' => 'cloc'
end
end