GET /api/v1/ports/redeclipse/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "redeclipse",
    "portdir": "games/redeclipse",
    "version": "1.6.0",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.redeclipse.net",
    "description": "first-person arena shooter game",
    "long_description": "Red Eclipse is a fun-filled new take on the first-person arena shooter, built on the Cube 2 game engine. Game modes include Capture the Flag, Defend and Control, Bomber Ball, and Race, as well as online cooperative map editing. Unlike the original Cube 2: Sauerbraten, Red Eclipse features parkour movement, such as vaulting and running along walls, as well as impulse boosts, dashing, and other tricks.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "cmake",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl2_image",
                "zlib",
                "libsdl2_mixer",
                "libsdl2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "redeclipse-data"
            ]
        }
    ],
    "depends_on": []
}