diff options
| -rw-r--r-- | Library/Formula/titlecase.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/titlecase.rb b/Library/Formula/titlecase.rb new file mode 100644 index 000000000..8edd0f82e --- /dev/null +++ b/Library/Formula/titlecase.rb @@ -0,0 +1,10 @@ +require 'formula' + +class Titlecase <Formula + head 'git://github.com/ap/titlecase.git' + homepage 'http://plasmasturm.org/code/titlecase/' + + def install + bin.install "titlecase" + end +end |
