summaryrefslogtreecommitdiff
path: root/homebrew/uboottools/.beer
blob: ef9a9e1910558ee1e7ba86c35fe8c74c61b2d4bb (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
{
    "name": "UBootTools",
    "description": "Universal boot loader",
    "url": "http://ftp.denx.de/pub/u-boot/u-boot-2018.07.tar.bz2",
    "mirror": null,
    "homepage": "https://www.denx.de/wiki/U-Boot/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"sandbox_defconfig\"",
        "system \"make\", \"tools\"",
        "bin.install \"tools/mkimage\"",
        "bin.install \"tools/dumpimage\"",
        "man1.install \"doc/mkimage.1\""
    ],
    "version": "2018.07",
    "file": "u-boot-tools.rb"
}