diff options
Diffstat (limited to 'vcpkg/ports/bzip2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bzip2/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/bzip2/vcpkg.json b/vcpkg/ports/bzip2/vcpkg.json new file mode 100644 index 0000000..1663999 --- /dev/null +++ b/vcpkg/ports/bzip2/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "bzip2", + "version-semver": "1.0.8", + "port-version": 6, + "description": "bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.", + "homepage": "https://sourceware.org/bzip2/", + "documentation": "https://sourceware.org/bzip2/docs.html", + "license": "bzip2-1.0.6", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "default-features": [ + "tool" + ], + "features": { + "tool": { + "description": "Builds bzip2 executable" + } + } +} |