mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:29:02 +08:00
1c5a340f6e
* [vcpkg-ci-msys2] New test port for msys2 freshness * Add features for script updates * Remove duplicate libbz2 entry * Automatically update all msys packages, add autoconf-wrapper * Update primary URL and mirrors * Follow repo renames * Fix dependencies of 'file' * Resolve dependencies at runtime Don't require msys2 packages to be order from dependent to independent. This allows to directly use the packages official dependencies, even if they contain cycles. It also allows to maintain a stable alphabetical order of the package declarations, even if the dependencies change over time. This helps to avoid duplicate declaration. * Fix updating * [gettext] Preset more MSVC checks * Update msys2 packages * gettext fixes * CI * Simplify: Remove update-critical Desired changes can be picked in git gui etc.. * PKGCONFIG moved --------- Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"name": "vcpkg-ci-msys2",
|
|
"version": "1",
|
|
"description": "Test vcpkg msys2 freshness",
|
|
"license": "MIT",
|
|
"supports": "(windows | mingw) & native",
|
|
"features": {
|
|
"update-all": {
|
|
"description": "Update all outdated packages in vcpkg_acquire_msys.cmake"
|
|
}
|
|
}
|
|
}
|