mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:49:00 +08:00
d8b9fa9a53
* many ports: Fix pkgconfig files location * Use rename in botan rather than install plus delete. * Delete the duplicate share/pkgconfig files in cppad *after* vcpkg_fixup_pkgconfig. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"name": "botan",
|
|
"version": "2.18.1",
|
|
"port-version": 1,
|
|
"description": "A cryptography library written in C++11",
|
|
"homepage": "https://botan.randombit.net",
|
|
"supports": "!(windows & arm)",
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Do an amalgamation build of the library"
|
|
}
|
|
}
|
|
}
|