blob: ec5de301dd55e1ade42f281aed5ce14f0c7f027d (
plain)
1
2
3
4
5
6
7
8
9
10
|
require 'formula'
class Titlecase < Formula
head 'https://github.com/ap/titlecase.git'
homepage 'http://plasmasturm.org/code/titlecase/'
def install
bin.install "titlecase"
end
end
|