{ "homepage": "https://github.com/dylanaraps/neofetch", "license": "MIT", "version": "6.0.0", "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.0.0/neofetch", "hash": "7bdcb5b51827b903a23311a101123242b3ab2df9499d8ebc238c44b01f608391", "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": "https://github.com/dylanaraps/neofetch" }, "autoupdate": { "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/$version/neofetch" } }