logo

deblob

remove binary executables from a directory git clone https://anongit.hacktivis.me/git/deblob.git/

README.md (871B)


  1. # deblob - Remove binary executables ("blobs") from a directory
  2. The `deblob` utility cleans a directory from binary executables ("blobs").
  3. Useful to clean a source tree to make sure it fully builds from source.
  4. See the `deblob.1` manpage for more information.
  5. (Rendered at <https://hacktivis.me/git/deblob.mdoc/>)
  6. Project permalink: <https://hacktivis.me/projects/deblob/>
  7. ## Dependencies
  8. ### Common
  9. - hare 0.24+
  10. - POSIX.1-2024 make (supported by GNU make, *BSD make, pdpmake, …)
  11. ### tests
  12. - `ar`
  13. - C Compiler
  14. ### linting
  15. Those are only needed during development.
  16. - mandoc
  17. - reuse
  18. ### re-formatting
  19. - [black](https://pypi.org/project/black/) for re-formatting python files
  20. ### rebuilding fixtures
  21. See <./test/fixtures/README.md>.
  22. <!--
  23. SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
  24. SPDX-License-Identifier: BSD-3-Clause
  25. -->