generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
61 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.", | ||
"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" | ||
} | ||
} |
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,33 @@ | ||
{ | ||
"version": "16399", | ||
"description": "WPS Office,让你高效解决办公问题", | ||
"homepage": "https://www.wps.cn/", | ||
"license": { | ||
"identifier": "Copyright © 2008-2024 Kingsoft Office, All Rights Reserved.", | ||
"url": "https://www.wps.cn/privacy/full_account/" | ||
}, | ||
"url": "https://official-package.wpscdn.cn/wps/download/WPS_Setup_16399.exe", | ||
"hash": "cf4a214c21dd40b2ccd2770d06da1a9f588269692298513f03e88a12309c390d", | ||
"pre_install": [ | ||
"Expand-7zipArchive \"$dir\\$fname\"", | ||
"Expand-7zipArchive \"$dir\\`$_11_\\`$EXEFILE\" -Switches '-t#'", | ||
"Move-Item \"$dir\\`$_11_\\*.7z\" \"$dir\"", | ||
"Remove-Item \"$dir\\*\" -Exclude '4.7z', '2.7z' -Recurse", | ||
"Expand-7zipArchive \"$dir\\2.7z\" -ExtractDir 'CONTROL\\office6' -Removal", | ||
"Expand-7zipArchive \"$dir\\4.7z\" -ExtractDir 'office6' -Removal" | ||
], | ||
"bin": "wpsoffice.exe", | ||
"shortcuts": [ | ||
[ | ||
"wpsoffice.exe", | ||
"WPS Office" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://ai.wps.cn", | ||
"regex": "https://pc-package.wpscdn.cn/wps/download/WPS_Setup_AI_(?<version>[\\d]+).exe" | ||
}, | ||
"autoupdate": { | ||
"url": "https://official-package.wpscdn.cn/wps/download/WPS_Setup_$version.exe" | ||
} | ||
} |