summaryrefslogtreecommitdiff
path: root/homebrew/chipmunk/.beer
blob: 370565e819fb589c06c355b2ffc23b99a12313ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Chipmunk",
    "description": "2D rigid body physics library written in C",
    "url": "https://chipmunk-physics.net/release/Chipmunk-7.x/Chipmunk-7.0.2.tgz",
    "mirror": "https://www.mirrorservice.org/sites/distfiles.macports.org/chipmunk/Chipmunk-7.0.2.tgz",
    "homepage": "https://chipmunk-physics.net/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", \"-DBUILD_DEMOS=OFF\", *std_cmake_args",
        "system \"make\", \"install\"",
        "doc.install Dir[\"doc/*\"]"
    ],
    "version": "7.0.2",
    "file": "chipmunk.rb"
}