summaryrefslogtreecommitdiff
path: root/homebrew/tarsnap/.beer
blob: a7eb6bfae55ff626b30552e604452983d3db83f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "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"
}