summaryrefslogtreecommitdiff
path: root/homebrew/gpsbabel/.beer
blob: 85a4f2d5f028b3628515563f29d07c97dbcd7a8d (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
38
{
    "name": "Gpsbabel",
    "description": "Converts/uploads GPS waypoints, tracks, and routes",
    "url": "https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_5_4.tar.gz",
    "mirror": null,
    "homepage": "https://www.gpsbabel.org/",
    "depends": [
        {
            "depend": "libusb",
            "build-depend": false
        },
        {
            "depend": "qt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/gpsbabel/gpsbabel/commit/b7365b93.patch?full_index=1",
            "strip": "1"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/ca4c4730/gpsbabel/qt5.10.patch",
            "strip": "1"
        }
    ],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1_5_4",
    "file": "gpsbabel.rb"
}