From 27fe2ad7a9036a968eb4835a62013f4053cbbc38 Mon Sep 17 00:00:00 2001 From: ssp97 Date: Tue, 26 Nov 2024 00:00:14 +0800 Subject: [PATCH] init --- metadata.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..aede534 --- /dev/null +++ b/metadata.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://go.kicad.org/pcm/schemas/v1", + "name": "Kicad Library", + "description": "This addon contains the Symbols, Footprint, and 3D Models for Kicad.", + "description_full": "This addon contains the Symbols, Footprint, and 3D Models for Kicad.", + "identifier": "com.github.ssp97.kicad-libraries", + "type": "library", + "author": { + "name": "ssp97", + "contact": { + "web": "https://github.com/ssp97/kicad-libraries" + } + }, + "maintainer": { + "name": "ssp97", + "contact": { + "web": "https://github.com/ssp97/kicad-libraries" + } + }, + "license": "CC-BY-SA-4.0", + "resources": { + "homepage": "https://github.com/ssp97/kicad-libraries" + }, + "versions": [ + { + "version": "0.0.1", + "status": "developer", + "kicad_version": "8.0.0" + } + ] +} \ No newline at end of file