mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
d8783052cb
* Use upstream's standard filenames * Update license info * CMake style * Revise downstream zstd patching * Update versions * Don't use '_static' lib name suffix * Revise downstream zstd patching * Add usage * Update versions * Update versions * [zstd] Simplify consumers via fixed .pc and linkage alias * [zstd] Fix missing IMPORTED Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
15 lines
459 B
JSON
15 lines
459 B
JSON
{
|
|
"name": "elfutils",
|
|
"version-string": "0.186",
|
|
"port-version": 1,
|
|
"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/",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"liblzma",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|