mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-06-29 08:19:19 +09:00
Initial commit
This commit is contained in:
commit
ff5c60e225
29 changed files with 547 additions and 0 deletions
63
bucket/app-name.json.template
Normal file
63
bucket/app-name.json.template
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"##": "This file is a template. Fill the blanks and add or remove fields as necessary.",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"homepage": "",
|
||||
"license": "",
|
||||
"notes": "",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "",
|
||||
"hash": ""
|
||||
},
|
||||
"32bit": {
|
||||
"url": "",
|
||||
"hash": ""
|
||||
},
|
||||
"arm64": {
|
||||
"url": "",
|
||||
"hash": ""
|
||||
}
|
||||
},
|
||||
"pre_install": "",
|
||||
"installer": {
|
||||
"script": ""
|
||||
},
|
||||
"post_install": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"uninstaller": {
|
||||
"script": ""
|
||||
},
|
||||
"bin": "",
|
||||
"env_add_path": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"persist": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"checkver": {
|
||||
"url": "",
|
||||
"regex": ""
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": ""
|
||||
},
|
||||
"32bit": {
|
||||
"url": ""
|
||||
},
|
||||
"arm64": {
|
||||
"url": ""
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "",
|
||||
"regex": ""
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue