mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
53 lines
994 B
JSON
53 lines
994 B
JSON
{
|
|
"name": "libmagic",
|
|
"version": "5.45",
|
|
"port-version": 3,
|
|
"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"
|
|
}
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Enable bzip2 support",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"lzma": {
|
|
"description": "Enable lzma support",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Enable zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Enable zstd support",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|