logo

deblob

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

README.md (880B)


  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. - [deblob-test](https://hacktivis.me/git/deblob-test/) as submodule
  15. ### linting
  16. Those are only needed during development.
  17. - mandoc
  18. - reuse
  19. ### re-formatting
  20. - [black](https://pypi.org/project/black/) for re-formatting python files
  21. <!--
  22. SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
  23. SPDX-License-Identifier: BSD-3-Clause
  24. -->