TestVcpkgRegistry

This is the vcpkg registry for Test.

fast clone one project and it's submodules

    git clone --depth 1 "git@bitbucket.org:id4tv/jpeg.git" --recursive --shallow-submodules

good Registry

https://github.com/cnSchwarzer/vcpkg-registry

this Registry have autoupdate script.[nice]

vcpkg-reito

reito custom vcpkg ports.

Usage

Enable registries feature flag in vcpkg and write a vcpkg-configuration.json file��or a vcpkg-configuration field in vcpkg.json) like this in your project's root directory, and you're good to go.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/k1ee/vcpkg-ports.git",
            "packages": [ "List the packages that you want to use from my ports here" ]
        }
    ]
}

Thanks

Thanks Chlorie