Hello,
I am trying to package lief-patchelf with the new cargo-build-system.
The upstream code lives inside the tools subfolder in the monorepo of
the project:
https://github.com/lief-project/LIEF
Guix is already referencing this repository, because the python-lief
package is also built from there using the pyproject-build-system.
I feel like sharing the common repository between these two packages
would be an elegant solution, but I am not sure how should I approach
this.
- Should the new lief-patchelf package inherit from the already existing
python-lief package?
- Should there be a new generic package for the whole LIEF project and
have both packages inherit from that one?
- Should both these packages be outputs of a generic lief package?
Best regards,
Gabor