From 096f0248314e4f05a56e32b8131c36b3bfe6c8b5 Mon Sep 17 00:00:00 2001 From: Bryce Chidester Date: Sun, 18 Aug 2013 00:44:49 -0700 Subject: texapp 0.6.00 Closes #21973. Signed-off-by: Adam Vandenberg --- Library/Formula/texapp.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Library/Formula/texapp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/texapp.rb b/Library/Formula/texapp.rb new file mode 100644 index 000000000..54ec5b1bc --- /dev/null +++ b/Library/Formula/texapp.rb @@ -0,0 +1,23 @@ +require 'formula' + +class Texapp < Formula + homepage 'http://www.floodgap.com/software/texapp/' + url 'http://www.floodgap.com/software/texapp/dist0/0.6.00.txt' + sha1 'b9f07560d1182d6d35064ef25a6a3da7362d563c' + + def install + bin.install "#{version}.txt" => "texapp" + end + + def caveats; <<-EOS.undent + To take full advantage of readline features you must install readline: + brew install readline + + and the Perl Module Term::ReadLine::TTYtter + cpan -i Term::ReadLine::TTYtter + + Or if you have cpanminus: + cpanm Term::ReadLine::TTYtter + EOS + end +end -- cgit v1.2.3