π Pull Request β
Leave one of "Create Port" or "Port Update" below...
π Create Port β
Delete this section if this is a port update
- Port Name:
<port-name> - New Version:
<new-version> - Upstream Release or Tag:
<release-url-or-commit>
Link #<issue-number> (if applicable)
π Create Port Checklist β
- [ ] Port installs successfully with overlay(
vcpkg install --overlay-ports) - [ ] No unexpected files in port directory
- [ ] License file is properly installed(
share/<port-name>/copyrightorVCPKG_POLICY_SKIP_COPYRIGHT_CHECK) - [ ] Port follows formatting(
vcpkg format-manifest --all) - [ ] Version baseline has been updated
For Reviewersπ, check the followings.
Build System β
- CMake
- Meson
- Header-only
- Binary redistribution
- Other:
<specify>
Testing β
- [ ] Package files(
*.pc,*-config.cmake, etc) are correctly installed - [ ] License file is present in
share/<port-name>/
List the tested triplets:
- x64-windows
- x64-linux
- x64-osx
- Other:
<specify-triplets>
π Port Update β
Delete this section if this is a create port PR
- Port Name:
<port-name> - New Version:
<new-version> - Upstream Release or Tag:
<release-url-or-commit>
Link #<issue-number> (if applicable)
π Port Update Checklist β
- [ ] Port installs successfully with overlay(
vcpkg install --overlay-ports) - [ ] No unexpected files in port directory(e.g. patch files that are not used in
portfile.cmake) - [ ] Port follows formatting(
vcpkg format-manifest --all) - [ ] Version baseline has been updated
For Reviewersπ, check the followings.
Changes Made β
- [ ] Updated version in
vcpkg.json - [ ] Updated
REFinportfile.cmake - [ ] Updated
SHA512hash inportfile.cmake - [ ] Updated/removed patches:
<list-changes>
Validation β
- [ ]
vcpkg install --overlay-ports=ports <port-name>succeeds - [ ] Regression tested in the other ports that use changed port
List the tested triplets:
- x64-windows
- x64-linux
- x64-osx
- Other:
<specify-triplets>