Skip to content

nefarius/nefarius-vcpkg-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nefarius-vcpkg-registry

My vcpkg packages registry.

Hosted packages

How to update

Run the .\update-neflib.ps1 -RefVersion X.X.X PowerShell helper script and push.

Test it locally

vcpkg install neflib:x64-windows-static --overlay-ports=ports/neflib

How to consume

vcpkg-configuration.json

{
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/nefarius/nefarius-vcpkg-registry.git",
      "baseline": "a51cec12849ac113d4b8436c80bcf0b989668f90",
      "packages": [ "neflib" ]
    }
  ],
  "default-registry": {
    "kind": "git",
    "repository": "https://github.com/microsoft/vcpkg",
    "baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
  }
}

vcpkg.json

{
  "dependencies": [
    "neflib"
  ]
}

Resources