1 name: zstd 2 version: git 3 summary: Zstandard - Fast real-time compression algorithm 4 description: | 5 Zstandard, or zstd as short version, is a fast lossless compression 6 algorithm, targeting real-time compression scenarios at zlib-level and better 7 compression ratios. It's backed by a very fast entropy stage, provided by 8 Huff0 and FSE library 9 10 grade: devel # must be 'stable' to release into candidate/stable channels 11 confinement: devmode # use 'strict' once you have the right plugs and slots 12 13 apps: 14 zstd: 15 command: usr/local/bin/zstd 16 plugs: [home, removable-media] 17 zstdgrep: 18 command: usr/local/bin/zstdgrep 19 plugs: [home, removable-media] 20 zstdless: 21 command: usr/local/bin/zstdless 22 plugs: [home, removable-media] 23 24 parts: 25 zstd: 26 source: . 27 plugin: make 28 build-packages: [g++] 29