mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
0707a17ecf
* Restore upstream's DLL name * Don't add debug postfix * Decouple wrapper from config * Don't inject Find module stuff into config * Cleanup * [skip actions] Trim lzmad and LibLZMA patching * [skip actions] Fix CMAKE_DISABLE_FIND_PACKAGE_LibLZMA * [skip actions] CI * Update manifests * Update versions * Backfill LibLZMA::LibLZMA to CMake < 3.14 * Update versions * Update versions
16 lines
471 B
JSON
16 lines
471 B
JSON
{
|
|
"name": "elfutils",
|
|
"version": "0.186",
|
|
"port-version": 2,
|
|
"description": "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.",
|
|
"homepage": "https://sourceware.org/elfutils/",
|
|
"license": null,
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"liblzma",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|