mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
16ee2ecb31
* [libmagic] Add CMake config. * Fix license information and add usage. * Address PR feedback. Co-authored-by: Kai Pastor <dg0yt@darc.de> * Set some missing properties. * Fix location to import library. * Update version database.
27 lines
520 B
JSON
27 lines
520 B
JSON
{
|
|
"name": "libmagic",
|
|
"version": "5.45",
|
|
"port-version": 1,
|
|
"description": "This library can be used to classify files according to magic number tests.",
|
|
"homepage": "https://github.com/file/file",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "dirent",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libmagic",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "tre",
|
|
"platform": "windows | mingw"
|
|
}
|
|
]
|
|
}
|