homebrew-core/Formula/cloc.rb

12 lines
283 B
Ruby
Raw Normal View History

require 'formula'
2013-06-06 23:37:18 +00:00
class Cloc < Formula
homepage 'http://cloc.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/cloc/cloc/v1.60/cloc-1.60.pl'
sha1 'd002e85b7deb988e4f88eaf3f9697cf011ec0c8a'
def install
2013-03-30 19:19:30 +00:00
bin.install "cloc-#{version}.pl" => "cloc"
end
end