summaryrefslogtreecommitdiff
path: root/homebrew/ape/.beer
blob: e93d612401b08fa664f98cda85ae35f515696075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Ape",
    "description": "Ajax Push Engine",
    "url": "https://github.com/APE-Project/APE_Server/archive/v1.1.2.tar.gz",
    "mirror": null,
    "homepage": "http://www.ape-project.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./build.sh\"",
        "(prefix+\"etc\").mkdir",
        "inreplace \"Makefile\", \"bin/ape.conf $(bindir)\", \"bin/ape.conf $(prefix)/etc\"",
        "system \"make\", \"install\", \"prefix=#{prefix}\""
    ],
    "version": "1.1.2",
    "file": "ape.rb"
}