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

{
    "name": "proxmark3-iceman",
    "portdir": "science/proxmark3-iceman",
    "version": "4.18218",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/RfidResearchGroup/proxmark3",
    "description": "RRG/Iceman version of proxmark3 RFID Instrument Client/FW",
    "long_description": "RRG/Iceman version of proxmark3 RFID Instrument Client/FW. By default, the repository is built for PM3RDV4. To build for older hardware releases, please install the package with the \"pm3generic\" variant.",
    "active": true,
    "categories": [
        "science",
        "comms"
    ],
    "maintainers": [
        {
            "name": "proxmark3packaging",
            "github": "linuxgemini",
            "ports_count": 1
        }
    ],
    "variants": [
        "pm3generic"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "arm-none-eabi-binutils",
                "arm-none-eabi-gcc",
                "pkgconfig",
                "coreutils",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "lua52",
                "qt5-qtbase",
                "python311",
                "openssl11",
                "bzip2",
                "jansson",
                "readline",
                "gd2"
            ]
        }
    ],
    "depends_on": []
}