Add scoop manifest json files

This commit is contained in:
2024-11-28 13:25:40 +01:00
parent 3cd7ad042d
commit 7ba7f0e7ef
7 changed files with 434 additions and 0 deletions

62
b64encode.json Normal file
View 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": ""
}
}
}