blob: 8edd0f82eec07fee3fd6dc039d6d610b0f6bf01c (
plain)
1
2
3
4
5
6
7
8
9
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
|