xtitle 1.0.2
Closes Homebrew/homebrew#16200. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b1bd63c2dd
commit
d48d0c9f38
1 changed files with 12 additions and 0 deletions
12
Formula/xtitle.rb
Normal file
12
Formula/xtitle.rb
Normal file
|
@ -0,0 +1,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
|
Loading…
Reference in a new issue