Skip to content

Auliyaa/vcpkg-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vcpkg-registry

reference documentation

adding a new port

vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version --all --verbose

git add ports/<port>
vcpkg format-manifest ports/<port>/vcpkg.json
git commit -m "add port: <port> v<version>"
vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions --verbose x-add-version <port>
git add versions
git commit -m "version database"
git push

Installing auliyaa triplet

cp auliyaa.cmake ${VCPKG_ROOT}/triplets/community/

About

custom vcpkg registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors