8000 GitHub - duckdb/vcpkg-duckdb-ports
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

duckdb/vcpkg-duckdb-ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

DuckDB own ports

How to add a new port

  1. Create the folder ports/<name>
  2. Add relevant files
  3. Run (from the root of the repo):
vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version <name> --verbose

How to update an existing port

  1. Add relevant files / change existing files
  2. Increment the port-version in ports/<n>-/<name>.json
  3. Increment the port-version in versions/baseline.json for the entry
  4. Run (from the root of the repo):
vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version <name> --verbose

NOTE:

To test an added port, it needs to merged into the main branch of your fork.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0