homebrew-core/Formula/titlecase.rb

11 lines
195 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Titlecase < Formula
2011-05-27 05:02:55 +00:00
head 'https://github.com/ap/titlecase.git'
homepage 'http://plasmasturm.org/code/titlecase/'
def install
bin.install "titlecase"
end
end