diff options
Diffstat (limited to 'homebrew/httpload/.beer')
-rw-r--r-- | homebrew/httpload/.beer | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/httpload/.beer b/homebrew/httpload/.beer new file mode 100644 index 000000000..2d8c17b09 --- /dev/null +++ b/homebrew/httpload/.beer @@ -0,0 +1,31 @@ +{ + "name": "HttpLoad", + "description": "Test throughput of a web server by running parallel fetches", + "url": "https://www.acme.com/software/http_load/http_load-09Mar2016.tar.gz", + "mirror": null, + "homepage": "https://www.acme.com/software/http_load/", + "depends": [ + { + "depend": "openssl", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bin.mkpath", + "man1.mkpath", + "args = %W[", + "BINDIR=#{bin}", + "LIBDIR=#{lib}", + "MANDIR=#{man1}", + "CC=#{ENV.cc}", + "SSL_TREE=#{Formula[\"openssl\"].opt_prefix}", + "]", + "inreplace \"Makefile\", \"#SSL_\", \"SSL_\"", + "system \"make\", \"install\", *args" + ], + "version": "2016", + "file": "http_load.rb" +}
\ No newline at end of file |