cloc formula

Signed-off-by: David Höppner <0xffea@gmail.com>
master
Steve Losh 2010-01-13 20:48:32 -05:00 committed by David Höppner
parent d9c74fcab1
commit d355fbb3f0
1 changed files with 8 additions and 0 deletions

8
Formula/cloc.rb Normal file
View File

@ -0,0 +1,8 @@
require 'formula'
class Cloc <ScriptFileFormula
version '1.08'
url "http://cloc.svn.sourceforge.net/viewvc/cloc/tags/1.08/cloc"
md5 'e4fc0800cb0d6eae390037903a975a2d'
homepage 'http://cloc.sourceforge.net/'
end