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

{
    "name": "zathura",
    "portdir": "office/zathura",
    "version": "0.4.4",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.pwmt.org/pwmt/zathura",
    "description": "Zathura is a highly customizable and functional document viewer.",
    "long_description": "Zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. Zathura uses a plug- in based system for supported document types. Zathura makes it possible to completely view and navigate through different documents without a mouse. It supports bi-directional SyncTeX, as well as quickmarks, book- marks and automatic document reloading. Almost everything in Zathura is customizable.",
    "active": true,
    "categories": [
        "office"
    ],
    "maintainers": [],
    "variants": [
        "synctex",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "ninja",
                "pkgconfig",
                "intltool",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "libmagic",
                "girara",
                "glib2",
                "desktop-file-utils",
                "gtk3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "zathura-plugin-cb",
                "zathura-plugin-djvu",
                "zathura-plugin-pdf-mupdf",
                "zathura-plugin-pdf-poppler",
                "zathura-plugin-ps"
            ]
        },
        {
            "type": "run",
            "ports": [
                "zathura-docs"
            ]
        }
    ]
}