summaryrefslogtreecommitdiff
path: root/homebrew/dosfstools/.beer
blob: 3918f4982b7b676bc49bb1432c0e0381e4a71b3b (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
{
    "name": "Dosfstools",
    "description": "Tools to create, check and label file systems of the FAT family",
    "url": "https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/dosfstools",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/dosfstools/dosfstools/commit/1e76e577.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"autoreconf\", \"-f\", \"-i\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--without-udev\",",
        "\"--enable-compat-symlinks\"",
        "system \"make\", \"install\""
    ],
    "version": "4.1",
    "file": "dosfstools.rb"
}