diff options
Diffstat (limited to 'vcpkg/ports/yara/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/yara/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/yara/vcpkg.json b/vcpkg/ports/yara/vcpkg.json new file mode 100644 index 0000000..3b59cac --- /dev/null +++ b/vcpkg/ports/yara/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "yara", + "version": "4.5.4", + "description": "The pattern matching swiss knife", + "homepage": "https://github.com/VirusTotal/yara", + "license": "BSD-3-Clause", + "supports": "!uwp", + "dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "cuckoo": { + "description": "The Cuckoo module enables you to create YARA rules based on behavioral information generated by Cuckoo sandbox.", + "dependencies": [ + "jansson" + ] + }, + "dotnet": { + "description": "The dotnet module allows you to create more fine-grained rules for .NET files by using attributes and features of the .NET file format." + } + } +} |