mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
a29126f785
* [tre] mingw support * [libmagic] Windows support * [libmagic] Apply @Neumann-A suggestions * [libmagic] Add host dependency Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [libmagic] Copy the magic file to the corresponding tools dir * [ci baseline] libmagic now passes * Update ports/libmagic/portfile.cmake * [libmagic] Import patch from MSYS2 * [vcpkg baseline] Update libmagic, tre Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"name": "libmagic",
|
|
"version-string": "5.40",
|
|
"description": "This library can be used to classify files according to magic number tests.",
|
|
"homepage": "https://github.com/file/file",
|
|
"dependencies": [
|
|
{
|
|
"name": "dirent",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libmagic",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "tre",
|
|
"platform": "windows | mingw"
|
|
}
|
|
]
|
|
}
|