Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use repository.json #5

Open
humham opened this issue Jun 19, 2022 · 5 comments
Open

use repository.json #5

humham opened this issue Jun 19, 2022 · 5 comments

Comments

@humham
Copy link

humham commented Jun 19, 2022

why we don't use repository.json in order to put them all in the same repo and download it by kicad easlier?

@joanbono
Copy link
Owner

Hmmm I’m not sure I understand what do you mean.

can you share a link with info about the repository.json functionality, @humham ?

@humham
Copy link
Author

humham commented Jun 20, 2022

have the installation like this:

@joanbono
Copy link
Owner

Good one! I will take a look and work on this!

@farfilli
Copy link

farfilli commented Feb 2, 2024

I?m new to KiCad but this functionality would be very helpfull

@joanbono
Copy link
Owner

joanbono commented Feb 5, 2024

Hi @farfilli I looked into this a while ago and it was quite complex to achieve because of some parts (the SHA part of every repository)
Example:

{
    "$schema": "https://go.kicad.org/pcm/schemas/v1#/definitions/Repository",
    "maintainer": {
        "contact": {
            "web": "https://github.com/pointhi/kicad-color-schemes/"
        },
        "name": "Thomas Pointhuber"
    },
    "name": "kicad-color-schemes repository by @pointhi",
    "packages": {
        "sha256": "fe8596418cff699726757be58ad0d61f682dbf587bb0cb48ab3080f67c6eaec6",
        "update_time_utc": "2021-12-05 13:11:42",
        "update_timestamp": 1638709902,
        "url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
    },
    "resources": {
        "sha256": "620853ca579fdb1c773d94ff18004fdc5c31866b2b611498c9ccc747cad8b095",
        "update_time_utc": "2021-12-05 13:11:42",
        "update_timestamp": 1638709902,
        "url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
    }
}

So, any help will be welcome 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants