8bea1715ab
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
10 lines
192 B
Ruby
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
|