summaryrefslogtreecommitdiff
path: root/homebrew/osmosis/.beer
blob: f810fd0c350e8d6702babd6bed62ee8dadbda824 (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
{
    "name": "Osmosis",
    "description": "Command-line OpenStreetMap data processor",
    "url": "https://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.45.zip",
    "mirror": null,
    "homepage": "https://wiki.openstreetmap.org/wiki/Osmosis",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": null,
            "data": [
                "--- a/bin/osmosis 2010-11-16 06:58:44.000000000 +0100\n",
                "+++ b/bin/osmosis  2010-11-23 12:13:01.000000000 +0100\n",
                "@@ -83,6 +83,7 @@\n",
                " saveddir=`pwd`\n",
                " MYAPP_HOME=`dirname \"$PRG\"`/..\n",
                " MYAPP_HOME=`cd \"$MYAPP_HOME\" && pwd`\n",
                "+MYAPP_HOME=\"$MYAPP_HOME/libexec\"\n",
                " cd \"$saveddir\"\n",
                " \n",
                " # Build up the classpath of required jar files via classworlds launcher.\n"
            ]
        }
    ],
    "install": [
        "bin.install \"bin/osmosis\"",
        "libexec.install %w[lib config script]"
    ],
    "version": "0.45",
    "file": "osmosis.rb"
}