mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
9f7d6142eb
* 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 Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "bbd28192161e817afeb6526098f105788225816f",
|
|
"version": "1.33.0",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "252ddf848e0ed2e3c58537bf0cc09bc6ccd067f1",
|
|
"version": "1.32.1",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|