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

{
    "name": "innoextract",
    "portdir": "archivers/innoextract",
    "version": "1.9",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://constexpr.org/innoextract/",
    "description": "A tool to unpack installers created by Inno Setup",
    "long_description": "Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-windows systems without running the actual installer using Wine.",
    "active": true,
    "categories": [
        "sysutils",
        "archivers",
        "compression"
    ],
    "maintainers": [
        {
            "name": "fjoe",
            "github": "mkhon",
            "ports_count": 2
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xz",
                "boost176"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "fheroes2"
            ]
        }
    ]
}