# # Zstandard (zstd) is a fast compression algorithm. # # Zstandard, or zstd as short version, is a fast lossless compression algorithm, # targeting real-time compression scenarios at zlib-level and better compression # ratios. It is backed by a very fast entropy stage, provided by Huff0 and FSE # library. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=zstd pkgversion=1.5.4 arch=amd64 release=1 pkgcategory="compressors" full_pkgname=zstd_1.5.4_amd64-1@compressors blurb="Zstandard (zstd) is a fast compression algorithm." homepage="https://facebook.github.io/zstd/" license="GPLv2+ | BSD-3 clause" fetch="https://github.com/facebook/zstd/releases/download/1.5.4/zstd-1.5.4.tar.gz" replace=""