diff options
Diffstat (limited to 'vcpkg/ports/liblzf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/liblzf/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/liblzf/vcpkg.json b/vcpkg/ports/liblzf/vcpkg.json new file mode 100644 index 0000000..b7a6fd4 --- /dev/null +++ b/vcpkg/ports/liblzf/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "liblzf", + "version": "3.6", + "port-version": 1, + "description": "LZF is an extremely fast compression algorithm. It is ideal for applications where you want to save some space but not at the cost of speed.", + "homepage": "http://software.schmorp.de/pkg/liblzf.html", + "license": "BSD-2-Clause OR GPL-2.0-or-later", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |