vcpkg/ports/libmagic/vcpkg.json
Jia Yue Hua 91f1776a2c
[dirent] update to 1.24 (#34043)
* [dirent] update to 1.24

* [dirent] update to 1.24

* fix deps

* fix deps

* fix deps

* fix deps

* CI [skip actions]

* CI [skip actions]

* fix deps

* CI [skip actions]

* fix deps
2023-10-17 11:09:26 -07:00

26 lines
491 B
JSON

{
"name": "libmagic",
"version": "5.40",
"port-version": 3,
"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"
}
]
}