summaryrefslogtreecommitdiff
path: root/homebrew/dmtxutils/.beer
blob: 4900da62db7bb66d3ac589a3f7e19a0316dffc27 (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
{
    "name": "DmtxUtils",
    "description": "Read and write data matrix barcodes",
    "url": "https://github.com/dmtx/dmtx-utils/archive/v0.7.6.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/dmtx/dmtx-utils",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "imagemagick",
            "build-depend": false
        },
        {
            "depend": "libdmtx",
            "build-depend": false
        },
        {
            "depend": "libtool",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "test_image12",
            "url": "https://raw.githubusercontent.com/dmtx/libdmtx/ca9313f/test/rotate_test/images/test_image12.png"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.7.6",
    "file": "dmtx-utils.rb"
}