2022-04-28 22:35:05 +00:00
|
|
|
{
|
2023-02-09 02:44:45 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2022-04-28 22:35:05 +00:00
|
|
|
"name": "kicad",
|
|
|
|
"version": "6.99",
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"dependencies": [
|
|
|
|
"boost",
|
|
|
|
"cairo",
|
|
|
|
"wxwidgets",
|
|
|
|
"glew",
|
|
|
|
"curl",
|
2022-11-11 13:54:04 +00:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
2023-03-12 02:18:35 +00:00
|
|
|
"features": [ "tools" ],
|
|
|
|
"host": true
|
2022-11-11 13:54:04 +00:00
|
|
|
},
|
2022-04-28 22:35:05 +00:00
|
|
|
"harfbuzz",
|
|
|
|
"glm",
|
|
|
|
"opencascade",
|
|
|
|
"opengl",
|
|
|
|
"python3",
|
|
|
|
"openssl",
|
2023-08-06 22:50:39 +00:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
|
|
|
|
},
|
2022-04-28 22:35:05 +00:00
|
|
|
"icu",
|
2023-02-08 19:20:20 +00:00
|
|
|
"ngspice",
|
2022-04-28 22:35:05 +00:00
|
|
|
"wxpython"
|
|
|
|
],
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"name": "python3",
|
2023-03-12 02:18:35 +00:00
|
|
|
"version": "3.9.16"
|
2022-04-28 22:35:05 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wxwidgets",
|
2023-02-14 23:12:05 +00:00
|
|
|
"version": "3.2.2#0"
|
2022-05-09 00:02:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wxpython",
|
2023-02-14 23:12:05 +00:00
|
|
|
"version": "4.2.0#4"
|
2022-06-12 03:44:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ngspice",
|
2023-09-04 19:36:07 +00:00
|
|
|
"version": "41"
|
2022-04-28 22:35:05 +00:00
|
|
|
}
|
|
|
|
]
|
2022-06-12 03:44:16 +00:00
|
|
|
}
|