mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.4.6",
 | 
						|
    "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.4.6.zip",
 | 
						|
    "hash": "f6604f7b36a9f82ad0626c92bd44f0599a04d200c9c465420fa329a2e4f2fd25",
 | 
						|
    "extract_dir": "clink-completions-0.4.6",
 | 
						|
    "installer": {
 | 
						|
        "script": [
 | 
						|
            "if (Get-Command clink -ErrorAction SilentlyContinue) {",
 | 
						|
            "   clink installscripts \"$dir\"",
 | 
						|
            "} else {",
 | 
						|
            "   warn 'Clink installation not found. Please manually install these scripts.'",
 | 
						|
            "}"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "uninstaller": {
 | 
						|
        "script": [
 | 
						|
            "if (Get-Command clink -ErrorAction SilentlyContinue) {",
 | 
						|
            "   clink uninstallscripts \"$dir\"",
 | 
						|
            "}"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v$version.zip",
 | 
						|
        "extract_dir": "clink-completions-$version"
 | 
						|
    }
 | 
						|
}
 |