ScoopInstaller_Main/bucket/neofetch.json
2019-08-31 06:00:15 +00:00

26 lines
981 B
JSON

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