{ "name": "Tarsnap", "description": "Online backups for the truly paranoid", "url": "https://www.tarsnap.com/download/tarsnap-autoconf-1.0.39.tgz", "mirror": null, "homepage": "https://www.tarsnap.com/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "openssl", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "if MacOS.version == :el_capitan && MacOS::Xcode.version >= \"8.0\"", "inreplace \"libcperciva/util/monoclock.c\", \"CLOCK_MONOTONIC\",", "\"UNDEFINED_GIBBERISH\"", "end", "system \"autoreconf\", \"-iv\" if build.head?", "args = %W[", "--disable-dependency-tracking", "--disable-silent-rules", "--prefix=#{prefix}", "--sysconfdir=#{etc}", "--with-bash-completion-dir=#{bash_completion}", "--without-lzma", "--without-lzmadec", "]", "system \"./configure\", *args", "system \"make\", \"install\"" ], "version": "1.0.39", "file": "tarsnap.rb" }