summaryrefslogtreecommitdiff
path: root/homebrew/duti/.beer
blob: 1b0a58cd09d3f8cff86799da109b0d57308e547a (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
{
    "name": "Duti",
    "description": "Select default apps for documents and URL schemes on macOS",
    "url": "https://github.com/moretension/duti/archive/duti-1.5.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/moretension/duti/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/moretension/duti/pull/32.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"autoreconf\", \"-vfi\"",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.5.4",
    "file": "duti.rb"
}