summaryrefslogtreecommitdiff
path: root/homebrew/gpx/.beer
blob: 9d5ecf65b903d4669981f8c3f2585415a902992f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Gpx",
    "description": "Gcode to x3g converter for 3D printers running Sailfish",
    "url": "https://github.com/markwal/GPX/archive/2.5.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/markwal/GPX/blob/master/README.md",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.5.2",
    "file": "gpx.rb"
}