aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSteve Losh2010-01-13 20:48:32 -0500
committerDavid Höppner2010-03-19 20:46:01 +0100
commit37961ce133b36bd5d7728d2cd8addf35d28a31cb (patch)
tree8b4d471cbf02b1ef392220ba3234b316f5e04255 /Library/Formula
parentdc726cc9d575838c8aba59320507087ec7588ee8 (diff)
downloadhomebrew-37961ce133b36bd5d7728d2cd8addf35d28a31cb.tar.bz2
cloc formula
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cloc.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/cloc.rb b/Library/Formula/cloc.rb
new file mode 100644
index 000000000..3391abab8
--- /dev/null
+++ b/Library/Formula/cloc.rb
@@ -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