{
    "version": "0.6.9",
    "description": "Completions for various commands through Clink",
    "homepage": "https://github.com/vladimir-kotikov/clink-completions",
    "license": "MIT",
    "suggest": {
        "Clink": "clink"
    },
    "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.6.9.zip",
    "hash": "7d6ab53aece9ca08e4d44dc0bc858710313c715404e5b0aa8e36b20c3e206d56",
    "extract_dir": "clink-completions-0.6.9",
    "installer": {
        "script": [
            "$luapath = Join-Path (Split-Path -Path \"$dir\" -Parent) \"current\"",
            "if (Get-Command clink -ErrorAction SilentlyContinue) {",
            "   clink installscripts \"$luapath\"",
            "} else {",
            "   warn 'Clink installation not found. Please manually install these scripts.'",
            "}"
        ]
    },
    "uninstaller": {
        "script": [
            "$luapath = Join-Path (Split-Path -Path \"$dir\" -Parent) \"current\"",
            "if (Get-Command clink -ErrorAction SilentlyContinue) {",
            "   clink uninstallscripts \"$luapath\"",
            "}"
        ]
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v$version.zip",
        "extract_dir": "clink-completions-$version"
    }
}
