mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			923 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			923 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "7.1.0",
 | 
						|
    "description": "A command-line system information tool written in bash 3.2+.",
 | 
						|
    "homepage": "https://github.com/dylanaraps/neofetch",
 | 
						|
    "license": "MIT",
 | 
						|
    "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/7.1.0/neofetch",
 | 
						|
    "hash": "3dc33493e54029fb1528251552093a9f9a2894fcf94f9c3a6f809136a42348c7",
 | 
						|
    "pre_install": [
 | 
						|
        "if(installed 'git-with-openssh') { $git = 'git-with-openssh' } else { $git = 'git' }",
 | 
						|
        "Write-Output \"& `$(join-path `$(scoop prefix $git) 'bin\\bash.exe') `$(join-path `$psscriptroot 'neofetch') @args\" | Out-File \"$dir\\neofetch.ps1\" -encoding utf8"
 | 
						|
    ],
 | 
						|
    "bin": "neofetch.ps1",
 | 
						|
    "suggest": {
 | 
						|
        "git": [
 | 
						|
            "git",
 | 
						|
            "git-with-openssh"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/$version/neofetch"
 | 
						|
    }
 | 
						|
}
 |