• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: zstd
2version: git
3summary: Zstandard - Fast real-time compression algorithm
4description: |
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
10grade: devel # must be 'stable' to release into candidate/stable channels
11confinement: devmode # use 'strict' once you have the right plugs and slots
12
13apps:
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
24parts:
25  zstd:
26    source: .
27    plugin: make
28    build-packages: [g++]
29