NoƩ Lopez <noelo...@free.fr> writes: I would use copy-build-system for this purpose.
Zhu Zihao <all_but_l...@163.com> writes: As a hack, you may try `copy-build-system`. Rutherther <ruthert...@ditigal.xyz> writes: > There is copy-build-system. Thanks to all of you for this suggestion! Both the name and the documentation of copy-build-system suggest that it's not meant for running build steps at all, but it is in fact the kind of lightweight gnu-build-system that I was looking for. I added a build step before the install step, and that's all it takes (other than debugging my build step, but that's another story). Cheers, Konrad.