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

{
    "name": "shellcheck",
    "portdir": "devel/shellcheck",
    "version": "0.10.0",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/koalaman/shellcheck",
    "description": "ShellCheck, a static analysis tool for shell scripts",
    "long_description": "The goals of ShellCheck are: \n - To point out and clarify typical beginner's syntax issues, that causes a shell to give cryptic error messages. \n - To point out and clarify typical intermediate level semantic problems, that causes a shell to behave strangely and counter-intuitively. \n - To point out subtle caveats, corner cases and pitfalls, that may cause an advanced user's otherwise working script to fail under future circumstances.",
    "active": true,
    "categories": [
        "devel",
        "haskell"
    ],
    "maintainers": [],
    "variants": [
        "stack"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "openssl",
                "cabal",
                "ghc",
                "file",
                "grep",
                "gsed",
                "pandoc",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp",
                "libiconv"
            ]
        },
        {
            "type": "patch",
            "ports": [
                "cabal"
            ]
        }
    ],
    "depends_on": []
}