mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-22 23:11:05 +09:00
64 lines
1.1 KiB
Text
64 lines
1.1 KiB
Text
|
{
|
||
|
"##": "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": ""
|
||
|
}
|
||
|
}
|
||
|
}
|