diff options
| author | Rick Fletcher | 2010-02-03 12:08:27 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-29 12:54:40 -0700 |
| commit | 2f880e06cff7ce53d61977fc12dc9beb55bae056 (patch) | |
| tree | d064ab4e8353412761f9628f8422c819146bbf62 /Library | |
| parent | 8701df03a715c70b4f3cef019a578010c2a6ad1e (diff) | |
| download | homebrew-2f880e06cff7ce53d61977fc12dc9beb55bae056.tar.bz2 | |
Added formula titlecase
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 |
