generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Dott-rus/Dott-rus-patch-3
Create ss.json
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"version": "6.1", | ||
"description": "Scoop Super Search, instantaneous results, UTF-8 and regex compatible. The fastest search engine for Scoop. This is duplicate from original place because original not works for me!", | ||
"homepage": "https://github.com/okibcn/ss", | ||
"license": "GPL-3.0-only", | ||
"notes": [ | ||
"Type ss -h before using it for the first time to learn how it works.", | ||
"Visit https://github.com/okibcn/ss for more information." | ||
], | ||
"url": "https://github.com/okibcn/ss/releases/download/6.1/ss-v6.1.7z", | ||
"hash": "989cf9c2486daf4a95493a635c0c28328e4d1906fcf3c2730392acc723b4a4fc", | ||
"depends": [ | ||
"7zip", | ||
"aria2" | ||
], | ||
"bin": "ss.ps1", | ||
"pre_install": [ | ||
"Move-Item \"$dir/ss/*\" $dir -Force", | ||
"Remove-Item \"$dir/ss\" -Recurse -Force" | ||
], | ||
"checkver": { | ||
"github": "https://api.github.com/repos/okibcn/ss", | ||
"regex": "v([\\d\\.\\-]+)\\.7z" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/okibcn/ss/releases/download/$version/ss-v$version.7z" | ||
} | ||
} |