{ "name": "Clamav", "description": "Anti-virus software", "url": "https://www.clamav.net/downloads/production/clamav-0.101.2.tar.gz", "mirror": null, "homepage": "https://www.clamav.net/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "libtool", "build-depend": true }, { "depend": "pkg-config", "build-depend": true }, { "depend": "json-c", "build-depend": false }, { "depend": "openssl", "build-depend": false }, { "depend": "pcre", "build-depend": false }, { "depend": "yara", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "args = %W[", "--disable-dependency-tracking", "--disable-silent-rules", "--prefix=#{prefix}", "--libdir=#{lib}", "--sysconfdir=#{etc}/clamav", "--disable-zlib-vcheck", "--enable-llvm=no", "--with-libjson=#{Formula[\"json-c\"].opt_prefix}", "--with-openssl=#{Formula[\"openssl\"].opt_prefix}", "--with-pcre=#{Formula[\"pcre\"].opt_prefix}", "--with-zlib=#{MacOS.sdk_path_if_needed}/usr", "]", "pkgshare.mkpath", "system \"autoreconf\", \"-fvi\" if build.head?", "system \"./configure\", *args", "system \"make\", \"install\"" ], "version": "0.101.2", "file": "clamav.rb" }