README.md (1207B)
- <!--
- SPDX-FileCopyrightText: 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- SPDX-License-Identifier: MPL-2.0
- -->
- Collection of Unix tools, comparable to coreutils
- Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- SPDX-License-Identifier: MPL-2.0
- Tested on Linux(musl), FreeBSD, NetBSD, OpenBSD:
- <https://builds.sr.ht/~lanodan/utils>
- Note: Part of the tools moved into [utils-std](https://hacktivis.me/git/utils-std/)
- # Dependencies
- - POSIX System
- - (optional, test) ATF: <https://github.com/jmmv/atf>
- - (optional, test) Kyua: <https://github.com/jmmv/kyua>
- - (optional, test) bwrap: <https://github.com/containers/bubblewrap/> For safely overlaying false files on the root filesystem
- - (optional, lint) mandoc: <https://mdocml.bsd.lv/> For linting the manual pages
- - (optional, lint) shellcheck: <https://www.shellcheck.net/> For linting `./configure` and shell scripts
- ## Packaging
- - The `./configure` script isn't auto*hell based, you can pass it arguments via key-value arguments or environment variables
- - You can define the `NO_BWRAP` environment variable to skip the bwrap-based tests which can cause issues in some environments like Gentoo `sandbox`