From c77a4bfbaf6db4d76749d4aed6101de07c89fa69 Mon Sep 17 00:00:00 2001 From: Florian Sowade Date: Mon, 30 Nov 2009 09:44:20 +0100 Subject: Formula for ohcount Ohcount is the source code line counter that powers Ohloh. Ohcount supports over 70 popular programming languages, and has been used to count over 6 billion lines of code by 300,000 developers! --- Library/Formula/ohcount.rb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Library/Formula/ohcount.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ohcount.rb b/Library/Formula/ohcount.rb new file mode 100644 index 000000000..fceb1dd48 --- /dev/null +++ b/Library/Formula/ohcount.rb @@ -0,0 +1,32 @@ +require 'formula' + +class Ohcount