Update resty formula.
parent
76f0dcfa58
commit
c7d1183804
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue