mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-11-27 04:15:15 +01:00
Add a template manifest file
This commit is contained in:
parent
734d58e38d
commit
697454b893
@ -1,2 +0,0 @@
|
|||||||
# This directory stores all the JSON manifests.
|
|
||||||
# Delete this '.gitkeep' file once this directory has any files.
|
|
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…
Reference in New Issue
Block a user