From 7ba7f0e7efb372908e21fe97d021a22ff24a5aff Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 28 Nov 2024 13:25:40 +0100 Subject: [PATCH] Add scoop manifest json files --- b64encode.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ brick.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ cclip.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ cln.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ fiter.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ fmoditer.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ repo.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 434 insertions(+) create mode 100644 b64encode.json create mode 100644 brick.json create mode 100644 cclip.json create mode 100644 cln.json create mode 100644 fiter.json create mode 100644 fmoditer.json create mode 100644 repo.json diff --git a/b64encode.json b/b64encode.json new file mode 100644 index 0000000..80c3db0 --- /dev/null +++ b/b64encode.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/brick.json b/brick.json new file mode 100644 index 0000000..c100e22 --- /dev/null +++ b/brick.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/cclip.json b/cclip.json new file mode 100644 index 0000000..2901d6d --- /dev/null +++ b/cclip.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/cln.json b/cln.json new file mode 100644 index 0000000..c3cba5e --- /dev/null +++ b/cln.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/fiter.json b/fiter.json new file mode 100644 index 0000000..42dc4f2 --- /dev/null +++ b/fiter.json @@ -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": "" + } + } +} diff --git a/fmoditer.json b/fmoditer.json new file mode 100644 index 0000000..076d8a1 --- /dev/null +++ b/fmoditer.json @@ -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": "" + } + } +} diff --git a/repo.json b/repo.json new file mode 100644 index 0000000..b26a8de --- /dev/null +++ b/repo.json @@ -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": "" + } + } +}