jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

whatprovides - allow multiple package selection #156

Open jmoalves opened 1 year ago

jmoalves commented 1 year ago

Allow a recipe to require a capability, something that multiple packages would be able to provide.

For instance, we could have the following packages:

providing the capability node.

We could have another recipe with the following dependencies:

Any package listed above will be able to fulfill this.

Questions:


This issue is something like the whatprovides capabilty in rpm. http://ftp.rpm.org/max-rpm/s1-rpm-query-parts.html#S3-RPM-QUERY-WHATPROVIDES-OPTION