Add vcpkg manifests

This commit is contained in:
Marek Roszko 2022-04-28 18:35:05 -04:00
parent b123f7f35f
commit b304c039d0
2 changed files with 49 additions and 0 deletions

15
vcpkg-configuration.json Normal file
View File

@ -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" ]
}
]
}

34
vcpkg.json Normal file
View File

@ -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"
}
]
}