Add vcpkg manifests
This commit is contained in:
parent
b123f7f35f
commit
b304c039d0
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"default-registry": {
|
||||
"kind": "git",
|
||||
"repository": "https://github.com/microsoft/vcpkg",
|
||||
"baseline": "94c728df6b4c1c186e2ba58952f48ac744f4ef3b"
|
||||
},
|
||||
"registries": [
|
||||
{
|
||||
"kind": "git",
|
||||
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
|
||||
"baseline": "4c7655ce8a727d105140c6176146b3a763671037",
|
||||
"packages": [ "python3", "wxpython", "wxwidgets" ]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
||||
"name": "kicad",
|
||||
"version": "6.99",
|
||||
"license": "GPL-2.0+",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
"cairo",
|
||||
"wxwidgets",
|
||||
"glew",
|
||||
"curl",
|
||||
"gettext",
|
||||
"harfbuzz",
|
||||
"glm",
|
||||
"libxslt",
|
||||
"opencascade",
|
||||
"opengl",
|
||||
"python3",
|
||||
"openssl",
|
||||
"icu",
|
||||
"ngspice",
|
||||
"wxpython"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "python3",
|
||||
"version": "3.9.10#1"
|
||||
},
|
||||
{
|
||||
"name": "wxwidgets",
|
||||
"version": "3.1.5#10"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue