diff options
Diffstat (limited to 'vcpkg/ports/lzfse/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lzfse/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/lzfse/vcpkg.json b/vcpkg/ports/lzfse/vcpkg.json new file mode 100644 index 0000000..c156f05 --- /dev/null +++ b/vcpkg/ports/lzfse/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "lzfse", + "version": "1.0", + "port-version": 5, + "description": "Lempel-Ziv style data compressor using Finite State Entropy coding.", + "homepage": "https://github.com/lzfse/lzfse", + "supports": "!arm", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |