Skip to content

commschamp/cc.vcpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository is intended to be used as ports overlay directory or as custom registry of the vcpkg package manager. It provides latest versions of the CommsChampion Ecosystem repositories.

Provided Ports

vcpkg-configuration.json

To use this registry, you have to follow the instructions mentioned in Using Registries page.

{
    "default-registry": {
        "kind": "git",
        "repository": "https://github.com/Microsoft/vcpkg",
        "baseline": "<commit_sha_vcpkg>"
    },
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/commschamp/cc.vcpkg",
            "baseline": "<commit_sha_cc.vcpkg>",
            "packages": [
                "cc-*"
            ]
        }
    ]
}

Update Versions Before Release

  1. Update the versions in the "ports" directory.
  2. Commit the changes.
  3. Run vcpkg=<path_to_vcpkg_executable> ./script/add_versions.sh
  4. Commit the changes.