ScoopInstaller_Main/bucket/neofetch.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

25 lines
904 B
JSON

{
"homepage": "https://github.com/dylanaraps/neofetch",
"license": "MIT",
"version": "5.0.0",
"url": "https://github.com/dylanaraps/neofetch/releases/download/5.0.0/neofetch",
"hash": "6aaa9826930c445ada70f80f444dce62f475a1f7b0d986ccd7f4576063b70706",
"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://github.com/dylanaraps/neofetch/releases/download/$version/neofetch"
}
}