vcpkg/ports/libmagic/vcpkg.json
Theodore Tsirpanis 16ee2ecb31
[libmagic] Add CMake config. (#35274)
* [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.
2023-12-01 02:21:55 -08:00

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"
}
]
}