Skip to content

Iswenzz/vcpkg-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcpkg-registry

CodeFactor License

A repository for managing vcpkg ports of my libraries as well as dependencies not yet included in vcpkg. It provides a convenient way to distribute and use these ports within your development environment when working with the vcpkg package manager.

Instructions

Configure your vcpkg-configuration.json file.

{
    "default-registry": {
        "kind": "git",
        "repository": "https://github.com/microsoft/vcpkg",
        "baseline": "4a600e9fea71bd7872080cbb716797e04d30e6d3"
    },
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/Iswenzz/vcpkg-registry",
            "packages": ["ADD_PACKAGES_HERE"],
            "baseline": "c12eb749ee43da80e9951717c334059a50bbdf5b"
        }
    ]
}

Test ports

vcpkg install cod4dm1 --overlay-ports=ports/cod4dm1 --editable --triplet=x64-windows

Add ports

git add ports/cod4dm1
git commit -m "Port: CoD4DM1"
git rev-parse HEAD:ports/cod4dm1
git add versions
git commit --amend --no-edit

Contributors

Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages