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

{
    "name": "PrismLauncher",
    "portdir": "games/PrismLauncher",
    "version": "9.4",
    "license": "GPL-3 and Apache-2",
    "platforms": "{darwin >= 17}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://prismlauncher.org/",
    "description": "A custom launcher for Minecraft",
    "long_description": "PrismLauncher is A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "eleanor.publicmail",
            "github": "eleanordoesntcode",
            "ports_count": 1
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17",
                "kde-extra-cmake-modules",
                "pkgconfig"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk8",
                "zlib",
                "qt5-qtnetworkauth",
                "qt5-qtsvg",
                "qt5-qtbase"
            ]
        }
    ],
    "depends_on": []
}