Skip to content

Commit

Permalink
add metadata.template.json for PCM Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
SYSUeric66 committed Aug 11, 2023
1 parent 3158434 commit d180761
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Binary file added PCM/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions PCM/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "KiCAD AMF tools",
"description": "A NextPCB Active Manufacturing addone for KiCAD",
"description_full": "Query price and place order",
"identifier": "com.github.SYSUeric66.kicad-amf-plugin",
"type": "plugin",
"author": {
"name": "SYSUeric66",
"contact": {
"email": "jzzhuang666@gmail.com"
}
},
"maintainer": {
"name": "SYSUeric66",
"contact": {
"email": "jzzhuang666@gmail.com"
}
},
"license": "GPL-3.0",
"resources": {
"Github": "https://github.com/SYSUeric66/kicad-amf-plugin"
},
"versions": [{
"version": "VERSION_HERE",
"status": "testing",
"kicad_version": "6.0",
"download_sha256": "SHA256_HERE",
"download_size": DOWNLOAD_SIZE_HERE,
"download_url": "DOWNLOAD_URL_HERE",
"install_size": INSTALL_SIZE_HERE
}]
}

0 comments on commit d180761

Please sign in to comment.