mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
603748b5db
* Add bddisasm port Currently fetching bddisasm from my fork of the project * bddisasm: Build with BDD_INCLUDE_TOOL=OFF * bddisasm: Use PREFER_NINJA * bddisasm: Update REF * bddisasm: Don't use vcpkg_install_msbuild * bddisasm: Switch to release 1.32.1 from the bitdefender repo * Add the result of ./vcpkg x-add-version --all * Replace the control file with a manifest Converted with ./vcpkg format-manifest * Add more details to bddisasm/vcpkg.json Added port-version, license, homepage, documentation, and port mantainers * Fix bddisasm/vcpkg.json * Fix the version file * List arm as not supported * Update version file * Fail install on arm * Use the new vcpkg_cmake_* functions * Remove the LICENSE file * Fix version * Update version file * build only static library bddisasm only supports being built as a static library, so say that in the portfile * bddisasm: Update port to version 1.33.0 * bddisasm: Update port to version 1.34.2 * bddisasm: Update port to version 1.34.7 * bddisasm: Set `port-version` to 1 * Update ports/bddisasm/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Run `vcpkg x-add-version --all` Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
30 lines
653 B
JSON
30 lines
653 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "296988f2d875c4fe41506e163c5c35141c6d35f8",
|
|
"version": "1.34.7",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "615b986c25f902c2053661948092cbfa757fa400",
|
|
"version": "1.34.2",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "d6ba1aba5922829f7eb5d8197dbffe5aa8f9722b",
|
|
"version": "1.34.2",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "bbd28192161e817afeb6526098f105788225816f",
|
|
"version": "1.33.0",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "252ddf848e0ed2e3c58537bf0cc09bc6ccd067f1",
|
|
"version": "1.32.1",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|