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

{
    "name": "ideviceinstaller-devel",
    "portdir": "devel/ideviceinstaller",
    "version": "20200615",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.libimobiledevice.org/",
    "description": "Manage apps of iOS devices.",
    "long_description": "ideviceinstaller is a tool to interact with the installation_proxy of an iOS device allowing to install, upgrade, uninstall, archive, restore and enumerate installed or archived apps. It makes use of the libimobiledevice library that allows communication with iOS devices.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "ijackson",
            "github": "JacksonIsaac",
            "ports_count": 41
        },
        {
            "name": "i0ntempest",
            "github": "i0ntempest",
            "ports_count": 183
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "automake",
                "libtool",
                "pkgconfig",
                "autoconf"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libimobiledevice-devel",
                "libplist-devel",
                "libzip"
            ]
        }
    ],
    "depends_on": []
}