summaryrefslogtreecommitdiff
path: root/homebrew/zbackup/.beer
blob: d93354d67f92bccdfdb027dc334d805d634b9998 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
    "name": "Zbackup",
    "description": "Globally-deduplicating backup tool (based on ideas in rsync)",
    "url": "https://github.com/zbackup/zbackup/archive/1.4.4.tar.gz",
    "mirror": null,
    "homepage": "http://zbackup.org",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "lzo",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "protobuf",
            "build-depend": false
        },
        {
            "depend": "xz",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/zbackup/zbackup/commit/7e6adda6b1df9c7b955fc06be28fe6ed7d8125a2.diff?full_index=1",
            "strip": "1"
        },
        {
            "url": "https://github.com/zbackup/zbackup/commit/f4ff7bd8ec63b924a49acbf3a4f9cf194148ce18.diff?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "ENV.cxx11",
        "inreplace [",
        "\"backup_creator.cc\",",
        "\"check.hh\",",
        "\"chunk_id.cc\",",
        "\"chunk_storage.cc\",",
        "\"compression.cc\",",
        "\"encrypted_file.cc\",",
        "\"encryption.cc\",",
        "\"encryption_key.cc\",",
        "\"mt.cc\",",
        "\"tests/bundle/test_bundle.cc\",",
        "\"tests/encrypted_file/test_encrypted_file.cc\",",
        "\"unbuffered_file.cc\",",
        "],",
        "/\\bCHECK\\b/, \"ZBCHECK\"",
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.4.4",
    "file": "zbackup.rb"
}