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

{
    "name": "zathura-plugin-ps",
    "portdir": "office/zathura-plugin-ps",
    "version": "0.2.6",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.pwmt.org/pwmt/zathura-ps",
    "description": "The zathura-ps plugin adds PostScript support to zathura.",
    "long_description": "The zathura-ps plugin adds PostScript support to zathura by using the libspectre library.",
    "active": true,
    "categories": [
        "office"
    ],
    "maintainers": [
        {
            "name": "starkhalo",
            "github": "harciga",
            "ports_count": 9
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "meson",
                "ninja",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "girara",
                "desktop-file-utils",
                "zathura",
                "libspectre"
            ]
        }
    ],
    "depends_on": []
}