diff options
| author | Adam Vandenberg | 2010-04-06 22:41:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 22:41:51 -0700 |
| commit | 06203ba908d7f25d0abfc47d0ab7df740b59e806 (patch) | |
| tree | 5a253521bfc5a56c0b062b619b2bf3bddad46135 /Library/Formula | |
| parent | f1476905d80e9403181008ab997dcfe64098b62d (diff) | |
| download | homebrew-06203ba908d7f25d0abfc47d0ab7df740b59e806.tar.bz2 | |
Update resty formula.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/resty.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 68555d8cc..1b3737a73 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -1,14 +1,15 @@ require 'formula' -# resty is a bash wrapper around curl for testing HTTP/REST APIs. - class Resty <Formula head 'git://github.com/micha/resty.git' homepage 'http://github.com/micha/resty' def install system "mv README.markdown README" - # Note: pp depends on perl JSON module, which we don't install for you. - bin.install %w[pp resty] + bin.install %w[pp resty pypp] + end + + def caveats + "The Perl printy-printer (pp) depends on JSON from CPAN." end end |
