Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-zstd
https://github.com/pkgstore-old/linux-rpm-zstd
compression linux pkgstore rpm rpm-package rpm-packages rpm-spec zstandard zstd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-zstd
- Owner: pkgstore-old
- License: other
- Created: 2021-06-19T20:41:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:28:49.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.970Z (11 months ago)
- Topics: compression, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec, zstandard, zstd
- Size: 4.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Zstandard
**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's backed by a very fast entropy stage, provided by [Huff0 and FSE library](https://github.com/Cyan4973/FiniteStateEntropy).
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/zstd
$ dnf install -y zstd
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y zstd
```## Remove
```
$ dnf erase -y zstd
$ dnf copr remove pkgstore/zstd
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/zstd).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/zstd) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.