mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.24.0",
 | |
|     "description": "An interactive cheatsheet tool for the command-line",
 | |
|     "homepage": "https://github.com/denisidoro/navi/",
 | |
|     "license": "Apache-2.0",
 | |
|     "depends": "fzf",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/denisidoro/navi/releases/download/v2.24.0/navi-v2.24.0-x86_64-pc-windows-gnu.zip",
 | |
|             "hash": "db5b4babe00b93de5636c07df3d8c149972373a69f131e686b0c565051651bb9"
 | |
|         }
 | |
|     },
 | |
|     "pre_install": [
 | |
|         "# init config",
 | |
|         "$content = @('shell:', '  command: powershell')",
 | |
|         "if (!(Test-Path \"$persist_dir\\config.yaml\")) { Set-Content \"$dir\\config.yaml\" -Value $content -Encoding ascii }"
 | |
|     ],
 | |
|     "env_set": {
 | |
|         "NAVI_CONFIG": "$dir\\config.yaml"
 | |
|     },
 | |
|     "bin": "navi.exe",
 | |
|     "persist": "config.yaml",
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/denisidoro/navi/releases/download/v$version/navi-v$version-x86_64-pc-windows-gnu.zip"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
