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

class Cloc < Formula
  homepage 'http://cloc.sourceforge.net/'
  url 'https://downloads.sourceforge.net/project/cloc/cloc/v1.62/cloc-1.62.pl'
  sha1 '78f6123c967f9b142f77cba48decd11d56ab6c38'

  def install
    bin.install "cloc-#{version}.pl" => "cloc"
  end
end