From 13e44a7354d4c161d1d2ddddbaf926ac04c09afd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 22 Jul 2018 12:05:34 +0200 Subject: [PATCH] Add neofetch version 5.0.0 (closes #2419) --- neofetch.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 neofetch.json diff --git a/neofetch.json b/neofetch.json new file mode 100644 index 0000000000..ab3791f01b --- /dev/null +++ b/neofetch.json @@ -0,0 +1,24 @@ +{ + "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" + } +}