GET /api/v1/ports/create-dmg-js/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "create-dmg-js",
    "portdir": "sysutils/create-dmg-js",
    "version": "7.0.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sindresorhus/create-dmg",
    "description": "Create a good-looking DMG for your macOS app in seconds",
    "long_description": "Create a good-looking DMG for your macOS app in seconds",
    "active": true,
    "categories": [
        "sysutils",
        "archivers"
    ],
    "maintainers": [
        {
            "name": "i0ntempest",
            "github": "i0ntempest",
            "ports_count": 183
        }
    ],
    "variants": [
        "dmg_icon"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "npm9",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "nodejs18"
            ]
        }
    ],
    "depends_on": []
}