CPack: Add generator for .tar.zst packages

This commit is contained in:
Regina Pfeifer
2019-08-28 22:05:45 +02:00
committed by Brad King
parent f7085d7b0a
commit e26f0e9dd5
5 changed files with 15 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ different formats:
- TGZ (.tar.gz)
- TXZ (.tar.xz)
- TZ (.tar.Z)
- TZST (.tar.zst)
- ZIP (.zip)
Variables specific to CPack Archive generator
+5
View File
@@ -0,0 +1,5 @@
cpack-zstd
----------
* The :cpack_gen:`CPack Archive Generator` learned to generate `.tar.zst`
packages with Zstandard compression.