aboutsummaryrefslogtreecommitdiff
path: root/versions/b-
diff options
context:
space:
mode:
authorAnichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com>2021-06-03 23:13:15 +0300
committerGitHub <noreply@github.com>2021-06-03 13:13:15 -0700
commitb8eda75055f938db11940df661f35fa6fcd1ec4a (patch)
treec719e991aa0109283572f26256d000aa4778e361 /versions/b-
parent2da3434b40d3a8cac43bf2541d846ec93787e204 (diff)
downloadvcpkg-b8eda75055f938db11940df661f35fa6fcd1ec4a.tar.gz
vcpkg-b8eda75055f938db11940df661f35fa6fcd1ec4a.zip
[bddisasm] new port (#18046)
* 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 Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'versions/b-')
-rw-r--r--versions/b-/bddisasm.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/versions/b-/bddisasm.json b/versions/b-/bddisasm.json
new file mode 100644
index 000000000..66bde09a4
--- /dev/null
+++ b/versions/b-/bddisasm.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "252ddf848e0ed2e3c58537bf0cc09bc6ccd067f1",
+ "version": "1.32.1",
+ "port-version": 0
+ }
+ ]
+}