aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cloc.rb
blob: be49a60d4b335ce10b12027efb7eca2cd8b9625a (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

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