aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-06 16:38:11 -0700
committerAdam Vandenberg2013-06-06 16:55:12 -0700
commit28e36574495188d215d9dd4e0a2ba03e3cbbf397 (patch)
treeb46a0623d0117282d87c36656387670a634fd6f6 /Library
parentfbbbe3f894ef8152bdad8df77fa59e9b1b3da122 (diff)
downloadhomebrew-28e36574495188d215d9dd4e0a2ba03e3cbbf397.tar.bz2
ttytter: use Formula
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ttytter.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/ttytter.rb b/Library/Formula/ttytter.rb
index 53ba8f26e..3c8eec0fc 100644
--- a/Library/Formula/ttytter.rb
+++ b/Library/Formula/ttytter.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Ttytter < ScriptFileFormula
+class Ttytter < Formula
homepage 'http://www.floodgap.com/software/ttytter/'
url 'http://www.floodgap.com/software/ttytter/dist2/2.1.00.txt'
sha1 'dd20d55aa819699b3e39ca4c35bf390b3e074db3'
@@ -10,14 +10,14 @@ class Ttytter < ScriptFileFormula
end
def caveats; <<-EOS.undent
- To take full advantage of readline features you must install readline:
- brew install readline
+ 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
+ and the Perl Module Term::ReadLine::TTYtter
+ cpan -i Term::ReadLine::TTYtter
- Or if you have cpanminus:
- cpanm Term::ReadLine::TTYtter
+ Or if you have cpanminus:
+ cpanm Term::ReadLine::TTYtter
EOS
end
end