This website requires JavaScript.
Explore
Help
Register
Sign In
bonsai
/
repo
Watch
4
Star
0
Fork
0
You've already forked repo
forked from
kiss-community/repo
Code
Issues
28
Pull Requests
2
Projects
Releases
Activity
c572740d6c
repo
/
extra
/
zstd
/
build
5 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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).
2020-03-22 06:27:24 -06:00
#!/bin/sh -e
make
various: Minor fixes
2020-05-17 01:39:05 -06:00
make DESTDIR="$1" PREFIX=/usr install
Reference in New Issue
Copy Permalink