summaryrefslogtreecommitdiff
path: root/homebrew/nfcutils/.beer
blob: 6b9fedd521a948d2b1c8b7c2f91b5fff0331bfa3 (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
{
    "name": "Nfcutils",
    "description": "Near Field Communication (NFC) tools under POSIX systems",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nfc-tools/nfcutils-0.3.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/nfc-tools/nfcutils",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libnfc",
            "build-depend": false
        },
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.3.2",
    "file": "nfcutils.rb"
}