Add scoop manifest json files
This commit is contained in:
62
b64encode.json
Normal file
62
b64encode.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"description": "Simple TUI for encoding and decoding base64 strings",
|
||||
"homepage": "https://github.com/dave-quack/tools",
|
||||
"license": "",
|
||||
"notes": "",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/b64encode.exe",
|
||||
"hash": ""
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/b64encode.exe",
|
||||
"hash": ""
|
||||
},
|
||||
"arm64": {
|
||||
"url": "",
|
||||
"hash": ""
|
||||
}
|
||||
},
|
||||
"pre_install": "",
|
||||
"installer": {
|
||||
"script": ""
|
||||
},
|
||||
"post_install": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"uninstaller": {
|
||||
"script": ""
|
||||
},
|
||||
"bin": "b64encode.exe",
|
||||
"env_add_path": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"persist": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"checkver": {
|
||||
"url": "",
|
||||
"regex": ""
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/b64encode.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/b64encode.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": ""
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/b64encode.exe",
|
||||
"regex": ""
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user