{ "name": "Goaccess", "description": "Log analyzer and interactive viewer for the Apache Webserver", "url": "https://tar.goaccess.io/goaccess-1.3.tar.gz", "mirror": null, "homepage": "https://goaccess.io/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "gettext", "build-depend": false }, { "depend": "libmaxminddb", "build-depend": false }, { "depend": "tokyo-cabinet", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "ENV.append_path \"PATH\", Formula[\"gettext\"].bin", "system \"autoreconf\", \"-vfi\"", "args = %W[", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-utf8", "--enable-tcb=btree", "--enable-geoip=mmdb", "--with-libintl-prefix=#{Formula[\"gettext\"].opt_prefix}", "]", "system \"./configure\", *args", "system \"make\", \"install\"" ], "version": "1.3", "file": "goaccess.rb" }