SlackBuildsOrg/system/catatonit
Andrew Clemons 5b3daa9d4b
system/catatonit: Fix github tarball handling.
Respect the content disposition so that browser downloads and wget
etc all produce the same, consistent source tarball name.

https://slackbuilds.org/GITHUB_URLs.txt

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-24 15:34:43 +07:00
..
catatonit.info
catatonit.SlackBuild
README
slack-desc

A container init that is so simple it's effectively brain-dead.

A container init that is so simple it's effectively brain-dead. This is
a rewrite of initrs in C, because we found that it is not possible to
statically compile Rust binaries without using musl. That was, in turn,
a reimplementation of other container inits like tini and dumb-init.