forked from kiss-community/repo
zstd: new package at 1.4.4
Looks like we'll be forced to include zstd in the near future. Software releases over the past few months have included zstd support with more software to follow (non-optionally). The GNU autotools suite has added support for creating dist tarballs with zstd as the compression method. We may start to see release tarballs of software compressed with zstd. ccache will use zstd in the next major release and this is a mandatory change. It cannot be avoided or disabled. We'd need zstd to continue to keep ccache up-to-date (important). GCC 10, GRUB and other software have received optional support for zstd. These may be made mandatory in the future, it's too early to tell. Basically, a mandatory requirement on zstd is coming for some software. This commit just readies KISS for the future though I would have preferred to not include it at all (similar reasoning to Debian).
This commit is contained in:
parent
f87280ce80
commit
2fede655de
4
extra/zstd/build
Executable file
4
extra/zstd/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make PREFIX=/usr DESTDIR="$1" install
|
1
extra/zstd/checksums
Normal file
1
extra/zstd/checksums
Normal file
@ -0,0 +1 @@
|
||||
59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315 zstd-1.4.4.tar.gz
|
1
extra/zstd/sources
Normal file
1
extra/zstd/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz
|
1
extra/zstd/version
Normal file
1
extra/zstd/version
Normal file
@ -0,0 +1 @@
|
||||
1.4.4 1
|
Loading…
Reference in New Issue
Block a user