{ "homepage": "https://github.com/dylanaraps/neofetch", "description": "A command-line system information tool written in bash 3.2+.", "license": "MIT", "version": "7.0.0", "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/7.0.0/neofetch", "hash": "a405e0d3fabe93af5ef6afa094a38086d20b1e4d17fe9c2c7cd593b295186d65", "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" } }