- Create the folder
ports/<name>
- Add relevant files
- Run (from the root of the repo):
vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version <name> --verbose
- Add relevant files / change existing files
- Increment the
port-version
inports/<n>-/<name>.json
- Increment the
port-version
inversions/baseline.json
for the entry - Run (from the root of the repo):
vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version <name> --verbose
To test an added port, it needs to merged into the main
branch of your fork.