{
    "name": "spdlog",
    "buildsystem": "cmake",
    "sources": [
        {
            "type": "git",
            "url": "https://github.com/gabime/spdlog.git",
            "tag": "v1.10.0"
        }
    ],
    "cleanup": [
        "/include",
        "/lib/cmake",
        "/lib/pkgconfig",
        "*.a"
    ]
}