summaryrefslogtreecommitdiff
path: root/homebrew/dtc/.beer
blob: fbd43c1e51b28a35d7148ce7e8aee8a20250b40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Dtc",
    "description": "Device tree compiler",
    "url": "https://www.kernel.org/pub/software/utils/dtc/dtc-1.5.0.tar.xz",
    "mirror": null,
    "homepage": "https://www.devicetree.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"NO_PYTHON=1\"",
        "system \"make\", \"NO_PYTHON=1\", \"DESTDIR=#{prefix}\", \"PREFIX=\", \"install\"",
        "mv lib/\"libfdt.dylib.1\", lib/\"libfdt.1.dylib\""
    ],
    "version": "1.5.0",
    "file": "dtc.rb"
}