In the documentation it is written:
The
postinstallhook of a dependency will be run whenever that dependency is installed or upgraded in a project that requires it.
So I guess I need to have a dependency, but since it is a C library, it has no ‘shard’ so if I put it as dependency then I have this error: Missing “shard.yml” for “skin”
Should I add a dummy ‘shard.yml’ to the C library?