diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cloc.rb | 8 |
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 |
