{ "name": "Links", "description": "Lynx-like WWW browser that supports tables, menus, etc.", "url": "http://links.twibright.com/download/links-2.19.tar.bz2", "mirror": null, "homepage": "http://links.twibright.com/", "depends": [ { "depend": "pkg-config", "build-depend": true }, { "depend": "jpeg", "build-depend": false }, { "depend": "librsvg", "build-depend": false }, { "depend": "libtiff", "build-depend": false }, { "depend": "openssl", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "args = %W[", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}", "--with-ssl=#{Formula[\"openssl\"].opt_prefix}", "--without-lzma", "]", "system \"./configure\", *args", "system \"make\", \"install\"", "doc.install Dir[\"doc/*\"]" ], "version": "2.19", "file": "links.rb" }