homebrew-core/Formula/titlecase.rb
Rick Fletcher 8bea1715ab Added formula titlecase
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-29 12:54:40 -07:00

10 lines
192 B
Ruby

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