diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libmagic/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/libmagic/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmagic/vcpkg.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/vcpkg/ports/libmagic/vcpkg.json b/vcpkg/ports/libmagic/vcpkg.json new file mode 100644 index 0000000..a7357d6 --- /dev/null +++ b/vcpkg/ports/libmagic/vcpkg.json @@ -0,0 +1,52 @@ +{ + "name": "libmagic", + "version": "5.46", + "port-version": 2, + "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" + ] + } + } +} |