# # A fast, simple LZW file compressor. # # Compress is a fast, simple LZW file compressor. Compress does not have the # highest compression rate, but it is one of the fastest programs to compress # data. Compress is the defacto standard in the UNIX community for compressing # files. # # The ncompress code is, and will continue to be, released into the public # domain as the original authors intended. # 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=ncompress pkgversion=5.0 arch=amd64 release=1 pkgcategory="compressors" full_pkgname=ncompress_5.0_amd64-1@compressors blurb="A fast, simple LZW file compressor." homepage="https://vapier.github.io/ncompress/" license="Public Domain" fetch="https://github.com/vapier/ncompress/archive/v5.0/ncompress-5.0.tar.gz" replace=""