aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xtitle.rb
blob: 6d61db24a4e8b88f508bee7ee618690b93083086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Xtitle < Formula
  homepage 'http://www.cs.indiana.edu/~kinzler/xtitle/'
  url 'http://www.cs.indiana.edu/~kinzler/xtitle/xtitle-1.0.2.tgz'
  sha1 '0322cf93316a066bcba098b250821bcadaaedc02'

  def install
    bin.install "xtitle.sh" => "xtitle"
    man1.install "xtitle.man" => "xtitle.1"
  end
end