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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
brick.json
Normal file
62
brick.json
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "CLI utility used to corrupt files, writes random bytes corrupting a given % of a file",
|
||||||
|
"homepage": "https://github.com/dave-quack/tools",
|
||||||
|
"license": "",
|
||||||
|
"notes": "",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/brick.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/brick.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "",
|
||||||
|
"hash": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "",
|
||||||
|
"installer": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"post_install": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"bin": "brick.exe",
|
||||||
|
"env_add_path": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"persist": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "",
|
||||||
|
"regex": ""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/brick.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/brick.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/brick.exe",
|
||||||
|
"regex": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
cclip.json
Normal file
62
cclip.json
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Simple TUI that tracks changes to clipboard aggregating them in one place",
|
||||||
|
"homepage": "https://github.com/dave-quack/tools",
|
||||||
|
"license": "",
|
||||||
|
"notes": "",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cclip.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cclip.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "",
|
||||||
|
"hash": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "",
|
||||||
|
"installer": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"post_install": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"bin": "cclip.exe",
|
||||||
|
"env_add_path": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"persist": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "",
|
||||||
|
"regex": ""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cclip.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cclip.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cclip.exe",
|
||||||
|
"regex": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
cln.json
Normal file
62
cln.json
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "CLI utility for creating symbolic links from custom commands that may be stored as files",
|
||||||
|
"homepage": "https://github.com/dave-quack/tools",
|
||||||
|
"license": "",
|
||||||
|
"notes": "",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cln.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cln.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "",
|
||||||
|
"hash": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "",
|
||||||
|
"installer": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"post_install": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"bin": "cln.exe",
|
||||||
|
"env_add_path": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"persist": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "",
|
||||||
|
"regex": ""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cln.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cln.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/cln.exe",
|
||||||
|
"regex": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
fiter.json
Normal file
62
fiter.json
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "CLI utility for renaming files by appending an index left padded with zeros",
|
||||||
|
"homepage": "https://github.com/dave-quack/tools",
|
||||||
|
"license": "",
|
||||||
|
"notes": "",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fiter.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fiter.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "",
|
||||||
|
"hash": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "",
|
||||||
|
"installer": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"post_install": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"bin": "fiter.exe",
|
||||||
|
"env_add_path": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"persist": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "",
|
||||||
|
"regex": ""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fiter.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fiter.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fiter.exe",
|
||||||
|
"regex": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
fmoditer.json
Normal file
62
fmoditer.json
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "CLI utility for renaming files to their ISO formatted modtime",
|
||||||
|
"homepage": "https://github.com/dave-quack/tools",
|
||||||
|
"license": "",
|
||||||
|
"notes": "",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fmoditer.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fmoditer.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "",
|
||||||
|
"hash": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "",
|
||||||
|
"installer": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"post_install": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"bin": "fmoditer.exe",
|
||||||
|
"env_add_path": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"persist": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "",
|
||||||
|
"regex": ""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fmoditer.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fmoditer.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/fmoditer.exe",
|
||||||
|
"regex": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
repo.json
Normal file
62
repo.json
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "CLI utility for creating repositories on a given git server and assigning them to the current local git repository",
|
||||||
|
"homepage": "https://github.com/dave-quack/tools",
|
||||||
|
"license": "",
|
||||||
|
"notes": "",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/repo.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/repo.exe",
|
||||||
|
"hash": ""
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "",
|
||||||
|
"hash": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "",
|
||||||
|
"installer": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"post_install": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": ""
|
||||||
|
},
|
||||||
|
"bin": "repo.exe",
|
||||||
|
"env_add_path": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"persist": [
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "",
|
||||||
|
"regex": ""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/repo.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/repo.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "https://git.site.quack-lab.dev/dave/tools/src/branch/master/repo.exe",
|
||||||
|
"regex": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user