diff options
| author | Zhao Cai | 2012-11-22 20:44:50 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-26 10:09:51 -0800 |
| commit | 18febada30b70a348676e501b246f472896fc092 (patch) | |
| tree | 8c8340814bb7202ae980d6096d0ed6a8db2d9eb8 /Library/Formula/xtitle.rb | |
| parent | 4fabbd179f3f3441d0e4f26d51e81472ddd51d86 (diff) | |
| download | homebrew-18febada30b70a348676e501b246f472896fc092.tar.bz2 | |
xtitle 1.0.2
Closes #16200.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/xtitle.rb')
| -rw-r--r-- | Library/Formula/xtitle.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/xtitle.rb b/Library/Formula/xtitle.rb new file mode 100644 index 000000000..6d61db24a --- /dev/null +++ b/Library/Formula/xtitle.rb @@ -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 |
