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

{
    "name": "nextcloud-client",
    "portdir": "www/nextcloud-client",
    "version": "3.5.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://nextcloud.com/",
    "description": "Desktop Syncing Client for Nextcloud",
    "long_description": "The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud server with your computer.",
    "active": true,
    "categories": [
        "aqua",
        "www"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "qt5-qttools",
                "cmake",
                "pkgconfig",
                "librsvg",
                "clang-16"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "qt5-qtquickcontrols2",
                "qtkeychain-qt5",
                "qt5-qtbase",
                "qt5-qtmacextras",
                "qt5-qtwebsockets",
                "zlib",
                "sqlite3"
            ]
        }
    ],
    "depends_on": []
}