summaryrefslogtreecommitdiff
path: root/homebrew/i386elfgrub/.beer
blob: df37d33af4cb52c654b27b0b9d91bc44bc3d9ae2 (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
{
    "name": "I386ElfGrub",
    "description": "GNU GRUB 2 for i386-elf",
    "url": "https://ftp.gnu.org/gnu/grub/grub-2.02.tar.xz",
    "mirror": null,
    "homepage": "https://www.gnu.org/software/grub/",
    "depends": [
        {
            "depend": "i386-elf-binutils",
            "build-depend": true
        },
        {
            "depend": "i386-elf-gcc",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"../configure\", \"--target=i386-elf\",",
        "\"--prefix=#{prefix}\",",
        "\"--program-prefix=i386-elf-\",",
        "\"--disable-werror\",",
        "\"TARGET_CC=i386-elf-gcc\",",
        "\"TARGET_OBJCOPY=i386-elf-objcopy\",",
        "\"TARGET_STRIP=i386-elf-strip\",",
        "\"TARGET_NM=i386-elf-nm\",",
        "\"TARGET_RANLIB=i386-elf-ranlib\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.02",
    "file": "i386-elf-grub.rb"
}