{"id":39869776,"url":"https://github.com/stdware/vcpkg-overlay","last_synced_at":"2026-01-18T14:12:37.749Z","repository":{"id":208696995,"uuid":"722271838","full_name":"stdware/vcpkg-overlay","owner":"stdware","description":"Custom overlay configuration for vcpkg.","archived":false,"fork":false,"pushed_at":"2026-01-16T17:55:11.000Z","size":188,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-17T05:45:47.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-22T19:37:07.000Z","updated_at":"2026-01-16T17:55:15.000Z","dependencies_parsed_at":"2023-12-31T13:25:12.549Z","dependency_job_id":"7ece512b-52ae-49f5-ba51-f1e3d75ab7e4","html_url":"https://github.com/stdware/vcpkg-overlay","commit_stats":null,"previous_names":["sinestriker/vcpkg-overlay","stdware/vcpkg-overlay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stdware/vcpkg-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdware%2Fvcpkg-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdware%2Fvcpkg-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdware%2Fvcpkg-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdware%2Fvcpkg-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdware","download_url":"https://codeload.github.com/stdware/vcpkg-overlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdware%2Fvcpkg-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28537492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-18T14:12:37.144Z","updated_at":"2026-01-18T14:12:37.741Z","avatar_url":"https://github.com/stdware.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VCPKG Overlay\n\nCustom overlay configuration for vcpkg.\n\n## Use Pre-built Qt Libraries\n\n### Get Overlay\n\nClone `vcpkg-overlay` in the subdirectory `script/vcpkg` of your repository.\n\n```sh\ngit clone https://github.com/SineStriker/vcpkg-overlay.git scripts/vcpkg\n```\n\n### Make Manifest File \n\nMake configuration file `vcpkg.json` in subdirectory `scripts/vcpkg-manifest`.\n\n```json\n{\n    \"$schema\": \"https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json\",\n    \"dependencies\": [\n        \"some-depencency\"\n    ],\n    \"vcpkg-configuration\": {\n        \"overlay-ports\": [\n            \"../vcpkg/ports\"\n        ],\n        \"overlay-triplets\": [\n            \"../vcpkg/triplets\"\n        ]\n    }\n}\n```\n\n### Setup Environment\n\nYou need to install Qt libraries first. (Take Qt5 as an example)\n\n#### Windows\n\n```sh\nset QT_DIR=\u003cdir\u003e # directory `Qt5Config.cmake` locates\nset Qt5_DIR=%QT_DIR%\nset VCPKG_KEEP_ENV_VARS=QT_DIR;Qt5_DIR\n\ngit clone https://github.com/microsoft/vcpkg.git\ncd vcpkg\nbootstrap-vcpkg.bat\n\nvcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows\n```\n\n#### Unix\n\n```sh\nexport QT_DIR=\u003cdir\u003e # directory `Qt5Config.cmake` locates\nexport Qt5_DIR=$QT_DIR\nexport VCPKG_KEEP_ENV_VARS=\"QT_DIR;Qt5_DIR\"\n\ngit clone https://github.com/microsoft/vcpkg.git\ncd vcpkg\n./bootstrap-vcpkg.sh\n\n./vcpkg install \\\n    --x-manifest-root=../scripts/vcpkg-manifest \\\n    --x-install-root=./installed \\\n    --triplet=\u003ctriplet\u003e\n\n# triplet:\n#   Mac:   `x64-osx` or `arm64-osx`\n#   Linux: `x64-linux` or `arm64-linux`\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdware%2Fvcpkg-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstdware%2Fvcpkg-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdware%2Fvcpkg-overlay/lists"}