Skip to content

Commit

Permalink
add some app
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwfu committed Mar 9, 2024
1 parent fad20d0 commit 8b8850a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/ss.json
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"
}
}
33 changes: 33 additions & 0 deletions bucket/wpsoffice-cn.json
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"
}
}

0 comments on commit 8b8850a

Please sign in to comment.