logo

deblob

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

README.md (559B)


  1. # deblob - Remove binary executables ("blobs") from a directory
  2. ## Dependencies
  3. ### Common
  4. - hare 0.24+
  5. - POSIX.1-2024 make (supported by GNU make, *BSD make, pdpmake, …)
  6. ### tests
  7. - `ar`
  8. - C Compiler
  9. ### linting
  10. Those are only needed during development.
  11. - mandoc
  12. - reuse
  13. ### re-formatting
  14. - [black](https://pypi.org/project/black/) for re-formatting python files
  15. ### rebuilding fixtures
  16. See <./test/fixtures/README.md>.
  17. <!--
  18. SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
  19. SPDX-License-Identifier: BSD-3-Clause
  20. -->