summaryrefslogtreecommitdiff
path: root/de.jaseg.kimesh.plugin-repo-metadata.json
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-10-24 17:03:58 +0200
committerjaseg <git@jaseg.de>2023-10-24 17:08:15 +0200
commit35c4ef587c5cea6d75948dddba98f628f11348be (patch)
treed74719034f7d72c3c53dfebef4af97a5f816e247 /de.jaseg.kimesh.plugin-repo-metadata.json
parentf5c40093ff3a2b550ab6f273049d169046421a33 (diff)
downloadkimesh-35c4ef587c5cea6d75948dddba98f628f11348be.tar.gz
kimesh-35c4ef587c5cea6d75948dddba98f628f11348be.tar.bz2
kimesh-35c4ef587c5cea6d75948dddba98f628f11348be.zip
Fix packaging script for the repo format's peculiarities
Diffstat (limited to 'de.jaseg.kimesh.plugin-repo-metadata.json')
-rw-r--r--de.jaseg.kimesh.plugin-repo-metadata.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/de.jaseg.kimesh.plugin-repo-metadata.json b/de.jaseg.kimesh.plugin-repo-metadata.json
new file mode 100644
index 0000000..ad8da7c
--- /dev/null
+++ b/de.jaseg.kimesh.plugin-repo-metadata.json
@@ -0,0 +1,31 @@
+{
+ "$schema": "https://go.kicad.org/pcm/schemas/v1",
+ "name": "KiMesh",
+ "description": "A security mesh generator for KiCad",
+ "description_full": "KiMesh automatically generates security meshes for you. A security mesh is a set of PCB traces that cover an area to detect physical tampering. KiMesh can cover arbitrary areas with two or more traces. Note: The KiMesh footprints Add-On must be installed alongside KiMesh. For detailed usage instructions, please have a look at the KiMesh website linked in the add-on information.",
+ "identifier": "de.jaseg.kimesh.plugin",
+ "type": "plugin",
+ "author": {
+ "name": "jaseg",
+ "contact": {
+ "web": "https://jaseg.de/"
+ }
+ },
+ "license": "GPL-3.0",
+ "resources": {
+ "homepage": "https://jaseg.de/projects/kimesh",
+ "git": "https://git.jaseg.de/kimesh.git",
+ "issues": "https://github.com/jaseg/kimesh/issues"
+ },
+ "versions": [
+ {
+ "version": "1.0.0",
+ "status": "stable",
+ "kicad_version": "7.99",
+ "download_sha256": "59da3a8a13be001fb6f5eee9e1d346f4beee6c0d736856b2da205db290ad21a6",
+ "download_size": 12895,
+ "download_url": "https://git.jaseg.de/kimesh.git/plain/de.jaseg.kimesh.plugin-v1.0.0.zip?h=v1.0.0",
+ "install_size": 45166
+ }
+ ]
+}