diff --git a/bucket/ss.json b/bucket/ss.json new file mode 100644 index 0000000..683fec6 --- /dev/null +++ b/bucket/ss.json @@ -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" + } +}