diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..7ab51fe --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,15 @@ +version: 2.1 + +# dummy config, to satisfy circleci on automatic ghpages deployment + +jobs: + build: + docker: + - image: cimg/base:2022.09 + steps: + - run: echo "Deployment ok" + +workflows: + main: + jobs: + - build diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..4e16460 --- /dev/null +++ b/index.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + +
+

+ Add https://adamws.github.io/kicad-git/repository.json to KiCad's repository + list to use these packages: +

+
{
+    "packages": [
+        {
+            "$schema": "https://go.kicad.org/pcm/schemas/v1",
+            "name": "Git plugin",
+            "description": "KiCad plugin for git",
+            "description_full": "Git actions directly from KiCad's PCB editor window",
+            "identifier": "com.github.adamws.kicad-git",
+            "type": "plugin",
+            "author": {
+                "name": "adamws",
+                "contact": {
+                    "web": "https://adamws.github.io"
+                }
+            },
+            "license": "GPL-3.0",
+            "resources": {
+                "Homepage": "https://github.com/adamws/kicad-git",
+                "Bug Tracker": "https://github.com/adamws/kicad-git/issues",
+                "Sponsor": "https://ko-fi.com/adamws"
+            },
+            "versions": [
+                {
+                    "version": "0.1",
+                    "status": "development",
+                    "kicad_version": "7.0",
+                    "download_sha256": "c44ba602563c4eae433ab9d119e778487be255c10d475a0418b87e9568600f24",
+                    "download_size": 16827,
+                    "install_size": 15905,
+                    "download_url": "https://adamws.github.io/kicad-git/kicad_git-0.1.dev40+g88111df.zip"
+                }
+            ]
+        }
+    ]
+}
+ +
+ + diff --git a/kicad_git-0.1.dev40+g88111df.zip b/kicad_git-0.1.dev40+g88111df.zip new file mode 100644 index 0000000..467eb5f Binary files /dev/null and b/kicad_git-0.1.dev40+g88111df.zip differ diff --git a/packages.json b/packages.json new file mode 100644 index 0000000..186157c --- /dev/null +++ b/packages.json @@ -0,0 +1,35 @@ +{ + "packages": [ + { + "$schema": "https://go.kicad.org/pcm/schemas/v1", + "name": "Git plugin", + "description": "KiCad plugin for git", + "description_full": "Git actions directly from KiCad's PCB editor window", + "identifier": "com.github.adamws.kicad-git", + "type": "plugin", + "author": { + "name": "adamws", + "contact": { + "web": "https://adamws.github.io" + } + }, + "license": "GPL-3.0", + "resources": { + "Homepage": "https://github.com/adamws/kicad-git", + "Bug Tracker": "https://github.com/adamws/kicad-git/issues", + "Sponsor": "https://ko-fi.com/adamws" + }, + "versions": [ + { + "version": "0.1", + "status": "development", + "kicad_version": "7.0", + "download_sha256": "c44ba602563c4eae433ab9d119e778487be255c10d475a0418b87e9568600f24", + "download_size": 16827, + "install_size": 15905, + "download_url": "https://adamws.github.io/kicad-git/kicad_git-0.1.dev40+g88111df.zip" + } + ] + } + ] +} \ No newline at end of file diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..1bd7dea --- /dev/null +++ b/repository.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://gitlab.com/kicad/code/kicad/-/raw/master/kicad/pcm/schemas/pcm.v1.schema.json#/definitions/Repository", + "maintainer": { + "name": "adamws", + "contact": { + "web": "https://adamws.github.io" + } + }, + "name": "https://adamws.github.io/kicad-git repository", + "packages": { + "url": "https://adamws.github.io/kicad-git/packages.json", + "sha256": "84d53c41d34a1c7a69b504c5f8a17f21e475187c78bff00b4650c5c2c71c0b23", + "update_time_utc": "2023-12-29 21:30:43", + "update_timestamp": 1703885443 + }, + "resources": { + "url": "https://adamws.github.io/kicad-git/resources.zip", + "sha256": "8596610efeff242d723adf4592631c05d25f96aed6d85a3591625b86a7357a61", + "update_time_utc": "2023-12-29 21:30:43", + "update_timestamp": 1703885443 + } +} \ No newline at end of file diff --git a/resources.zip b/resources.zip new file mode 100644 index 0000000..504a81d Binary files /dev/null and b/resources.zip differ